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

https://github.com/orsifrancesco/sillyscss

play with SCSS on your HTML page without installing anything..
https://github.com/orsifrancesco/sillyscss

scss scss-styles silly style

Last synced: 2 months ago
JSON representation

play with SCSS on your HTML page without installing anything..

Awesome Lists containing this project

README

          

# sillyScss

don't you believe me? [click here for the result](https://orsifrancesco.github.io/sillyScss/).
useful for quick tests.. illegal for release!

just add
```html

```

and play with `scss` on your `html` page without installing anything..
```html

#orJustStyleTag {
h1 {
background-color: orange;
}
}

```

that's it