Sass: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Created page with "http://sass-lang.com/ - Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. ==Install== * [http://mariehogebrandt.se/article...") |
|||
Zeile 3: | Zeile 3: | ||
==Install== | ==Install== | ||
* [http://mariehogebrandt.se/articles/installing-sass-and-compass-on-ubuntu/ Installing Sass and Compass on Ubuntu] | * [http://mariehogebrandt.se/articles/installing-sass-and-compass-on-ubuntu/ Installing Sass and Compass on Ubuntu] | ||
+ | * [http://www.justinnavarro.net/blog/2013/07/14/installing-sass/ Alternative - with apt-get] | ||
[[Category: Software]] | [[Category: Software]] |
Version vom 6. August 2013, 20:45 Uhr
http://sass-lang.com/ - Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more.