A pure css library based on the HXUI design system.
npm i @hxui/css
Import uncompiled sass file to your project's style entry file.
// path/to/hxui-icon-font is required
$icons-path: "~@hxui/css/static/static/fonts/";
@import "~@hxui/css/static/static/scss/hxui.scss";
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.