An open API service indexing awesome lists of open source software.

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

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.