mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 00:58:05 -05:00
14 lines
327 B
Markdown
14 lines
327 B
Markdown
# scratchx
|
|
Scratch Extension Site
|
|
|
|
|
|
## CSS
|
|
The project uses [Bourbon][], [Neat][], and [Bitters][] for CSS. Don't edit
|
|
css/scratchx.css, instead edit the files in the sass directory and develop
|
|
with
|
|
|
|
sass --watch sass:css
|
|
|
|
[Bourbon]: http://bourbon.io/
|
|
[Neat]: http://neat.bourbon.io/
|
|
[Bitters]: http://bitters.bourbon.io/
|