Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/wsui-loader

Css loader for wsui.
https://github.com/afeiship/wsui-loader

css loader wsui

Last synced: 20 days ago
JSON representation

Css loader for wsui.

Awesome Lists containing this project

README

        

# wsui-loader
> Css loader for wsui.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```shell
npm i @jswork/wsui-loader
```

## usage
```scss
// use sass
@import '~@jswork/wsui-loader/dist/index.scss';
// use css
@import '~@jswork/wsui-loader/dist/style.css';
```

## preview
- https://afeiship.github.io/wsui-loader/
- https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_loader

## license
Code released under [the MIT license](https://github.com/afeiship/wsui-loader/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/wsui-loader
[version-url]: https://npmjs.org/package/@jswork/wsui-loader

[license-image]: https://img.shields.io/npm/l/@jswork/wsui-loader
[license-url]: https://github.com/afeiship/wsui-loader/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-loader
[size-url]: https://github.com/afeiship/wsui-loader/blob/master/dist/wsui-loader.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-loader
[download-url]: https://www.npmjs.com/package/@jswork/wsui-loader