https://github.com/sjinks/scss-loader
Load SCSS files in a browser
https://github.com/sjinks/scss-loader
Last synced: over 1 year ago
JSON representation
Load SCSS files in a browser
- Host: GitHub
- URL: https://github.com/sjinks/scss-loader
- Owner: sjinks
- License: mit
- Created: 2019-02-14T14:09:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T05:45:33.000Z (about 7 years ago)
- Last Synced: 2025-01-13T14:22:12.241Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scss-loader
Load SCSS files in a browser
## Installation
```html
```
## Usage
The script automatically finds `style` and `link` tags with `type="text/scss"` and passes them to [Sass.js](https://github.com/medialize/sass.js).
Sass.js compiles SCSS files, and the generated CSS is then appended to `` tag.