Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattdeboard/sassfiles
https://github.com/mattdeboard/sassfiles
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattdeboard/sassfiles
- Owner: mattdeboard
- Created: 2011-03-15T02:39:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-18T02:10:07.000Z (over 13 years ago)
- Last Synced: 2024-04-17T09:52:30.764Z (7 months ago)
- Homepage:
- Size: 459 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=========
Sassfiles
=========This repository is to keep hold of my Sass files I use to "feed" my Blueprint directory CSS files. I use Sass to curate, compile and save my stylesheets to Blueprint's /src/ directory. Blueprint then uses compress.rb to strip out all the extra whitespace and drops it into the appropriate app directory.
Each app has its own subdirectory. In addition, there is a "custom" subdirectory where each application's **CUSTOM** sass files are kept. These are for **CUSTOM** attributes that aren't natively in Blueprint's four main files:
1. typography.css
2. forms.css
3. grid.css
4. reset.css`_buttons.scss` is a special case, a hack, really, and gets compiled by Sass to "blueprint/blueprint/plugins/buttons/screen.css".