@hxui/css
v1.7.0
Published
Helix User Interface Library - Pure CSS Framework
Downloads
55
Readme
HXUI CSS
A pure css library based on the HXUI design system.
Installation
npm i @hxui/css
Usage
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';
Contributing
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.