# HXUI CSS

A pure css library based on the [HXUI design system](https://hxui.io).

## Installation

```bash
npm i @hxui/css
```

## Usage

Import uncompiled sass file to your project's style entry file.

```scss
// 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.

## License

[MIT](https://choosealicense.com/licenses/mit/)
