https://github.com/sturobson/sassworkshop
https://github.com/sturobson/sassworkshop
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sturobson/sassworkshop
- Owner: sturobson
- Created: 2015-10-08T07:12:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T09:25:38.000Z (over 9 years ago)
- Last Synced: 2025-01-07T08:22:14.697Z (4 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Superpowers With Sass Workshop
## Resources### Code Exercises
#### Variables, Ampersands and Mixins
- [Creating Variables](http://sassmeister.com/gist/25fa810fb6170e5fb616)
- [Using the Ampersand](http://sassmeister.com/gist/6871b56144eee99f64bb)
- [Make some Mixins](http://sassmeister.com/gist/c1068597c870893b318a)
- [Round up exercise](http://sassmeister.com/gist/dedec12e0e3caf778cbc)#### Maths, Functions, @Extends and more Ampersands
- [Maths & Functions](http://sassmeister.com/gist/849c2007a3fdc43f801d)
- [@Extends & %Placeholders](http://sassmeister.com/gist/38155b01a26cc6cefe1c)
- [Suffix Selector](http://sassmeister.com/gist/6d48671217df05cc6915)### Frameworks & Mixin Libraries
- [Compass](http://compass-style.org/)
- [EyeGlass](https://github.com/sass-eyeglass/)
- [Bootstrap](https://github.com/twbs/bootstrap)
- [Bourbon](http://bourbon.io/)### Links
- [SimpleSass Gulp Task](https://github.com/sturobson/simpleSass)
- [The 7-1 Folder Architecture Repo](https://github.com/HugoGiraudel/sass-boilerplate)
- [How I write my Sass](https://alwaystwisted.com/articles/2013-12-29-how-i-write-my-sass)
- [Sass Styleguide](https://css-tricks.com/sass-style-guide/)
- [Sass Guidelines](http://sass-guidelin.es/)
- [Resources Link-o-rama](http://alwaystwisted.com/Sass-Workshop-Resources.html)
- [Sass News](http://www.SassNews.com)