Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgewpark/simple-scss-compiler
A simple SCSS compiler using npm scripts.
https://github.com/georgewpark/simple-scss-compiler
compiler node-sass npm-scripts scss
Last synced: about 11 hours ago
JSON representation
A simple SCSS compiler using npm scripts.
- Host: GitHub
- URL: https://github.com/georgewpark/simple-scss-compiler
- Owner: georgewpark
- License: mit
- Created: 2019-02-09T16:05:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:44:14.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T22:07:01.246Z (about 11 hours ago)
- Topics: compiler, node-sass, npm-scripts, scss
- Language: CSS
- Size: 265 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Simple SCSS Compiler
A simple SCSS compiler using npm scripts.## Installation
First run `npm install` to install dependencies.Then run `npm start` to start compiler and watch files.
## License
This project is licensed under the MIT License - see the [license.md](license.md) file for details.