Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/weapp-styles
Weapp styles all in one.
https://github.com/afeiship/weapp-styles
atom styles tailwind weapp
Last synced: 11 days ago
JSON representation
Weapp styles all in one.
- Host: GitHub
- URL: https://github.com/afeiship/weapp-styles
- Owner: afeiship
- License: mit
- Created: 2016-10-19T03:58:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T02:33:15.000Z (over 1 year ago)
- Last Synced: 2024-10-28T04:59:53.657Z (about 2 months ago)
- Topics: atom, styles, tailwind, weapp
- Language: SCSS
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# weapp-styles
> Weapp styles all in one.[![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/weapp-styles
```## usage
```scss
// use sass
@import '~@jswork/weapp-styles/dist/index.scss';
// use css
@import '~@jswork/weapp-styles/dist/style.css';
```## preview
- https://afeiship.github.io/weapp-styles/## license
Code released under [the MIT license](https://github.com/afeiship/weapp-styles/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/weapp-styles
[version-url]: https://npmjs.org/package/@jswork/weapp-styles[license-image]: https://img.shields.io/npm/l/@jswork/weapp-styles
[license-url]: https://github.com/afeiship/weapp-styles/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/weapp-styles
[size-url]: https://github.com/afeiship/weapp-styles/blob/master/dist/weapp-styles.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/weapp-styles
[download-url]: https://www.npmjs.com/package/@jswork/weapp-styles