Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaoluoboding/tailwind-pre-processor
An implementation of tailwindcss using less / stylus / Sass/SCSS.
https://github.com/xiaoluoboding/tailwind-pre-processor
less pre-processor sass scss stylus tailwindcss vite vue3
Last synced: 18 days ago
JSON representation
An implementation of tailwindcss using less / stylus / Sass/SCSS.
- Host: GitHub
- URL: https://github.com/xiaoluoboding/tailwind-pre-processor
- Owner: xiaoluoboding
- Created: 2020-04-01T15:40:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:52:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T02:42:54.925Z (about 1 month ago)
- Topics: less, pre-processor, sass, scss, stylus, tailwindcss, vite, vue3
- Language: CSS
- Homepage: https://tailwind-pre-processor.now.sh
- Size: 3.25 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tailwind Pre-Processor
An implementation of tailwindcss using less / stylus / Sass/SCSS. Build on top of [Vite](https://github.com/vuejs/vite)
## Project setup
```bash
yarn
```### Compiles and hot-reloads for development
```bash
yarn dev
```### Compiles and minifies for production
```bash
yarn build
```## Compile css
### Less
```bash
npm run lessc
```### Stylus
```bash
npm run stylc
```### Sass/SCSS
```bash
npm run sassc
```## License
MIT