Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-loader
- Owner: afeiship
- License: mit
- Created: 2016-08-17T05:40:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T12:30:42.000Z (over 3 years ago)
- Last Synced: 2024-10-24T20:19:46.145Z (2 months ago)
- Topics: css, loader, wsui
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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