https://github.com/developer-sujon/sass-boilerplate
https://github.com/developer-sujon/sass-boilerplate
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/developer-sujon/sass-boilerplate
- Owner: developer-sujon
- Created: 2022-03-14T06:16:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T06:22:15.000Z (about 4 years ago)
- Last Synced: 2025-03-17T20:59:58.231Z (over 1 year ago)
- Language: SCSS
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quick-sass
Below is a quick guide for minimum and maximum supported versions of node-sass:
NodeJS | Supported node-sass version | Node Module
--------|-----------------------------|------------
Node 17 | 7.0+ | 102
Node 16 | 6.0+ | 93
Node 15 | 5.0+, <7.0 | 88
Node 14 | 4.14+ | 83
Node 13 | 4.13+, <5.0 | 79
Node 12 | 4.12+ | 72
Node 11 | 4.10+, <5.0 | 67
Node 10 | 4.9+, <6.0 | 64
Node 8 | 4.5.3+, <5.0 | 57
Node <8 | <5.0 | <57
## Install
```shell
npm install
```
### Use Quick SASS from Your vanila project
```shell
npm run sass
```