Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titsuki/sass-and-compass-in-action-master
https://github.com/titsuki/sass-and-compass-in-action-master
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/titsuki/sass-and-compass-in-action-master
- Owner: titsuki
- License: mit
- Created: 2014-11-29T11:11:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T03:47:58.000Z (about 10 years ago)
- Last Synced: 2024-11-05T21:50:25.563Z (about 2 months ago)
- Language: CSS
- Size: 363 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### Sass and Compass in Action code samples
This repository includes the code samples for [Sass and Compass in
Action][book] available in hard copy and digital formats from [Manning][book].All code is released under the [MIT License][license]. Pull requests to fix errata are
welcome.Chapters:
* [1 Sass and Compass make stylesheets fun again][ch1]
* 2 Basic Sass syntax
* [3 CSS grids without the math][ch3]
* [4 Eliminate the mundane using Compass][ch4]
* [5 CSS3 with Compass][ch5]
* [6 Spriting][ch6]
* 7 From prototype to production
* 8 High-performance stylesheets
* 9 Scripting with Sass
* [10 Creating and sharing a Compass extension][ch10][book]: http://www.manning.com/netherland/
[license]: LICENSE.md
[ch1]: original/chapter-01
[ch3]: original/chapter-03
[ch4]: original/chapter-04
[ch5]: original/chapter-05
[ch6]: original/chapter-06
[ch10]: original/chapter-10