Sass: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
 
Zeile 8: Zeile 8:
 
** nano ~/.bash_profile
 
** nano ~/.bash_profile
 
** <code>if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then source "$HOME/.rvm/scripts/rvm" ; fi</code>
 
** <code>if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then source "$HOME/.rvm/scripts/rvm" ; fi</code>
 +
* [http://www.justinnavarro.net/blog/2013/07/14/installing-sass/ Alternative - with apt-get]
  
 
+
==Mixins==
* [http://www.justinnavarro.net/blog/2013/07/14/installing-sass/ Alternative - with apt-get]
+
* [https://github.com/drublic/Sass-Mixins Sass mixins for general use]
  
 
[[Category: Software]]
 
[[Category: Software]]

Aktuelle Version vom 23. August 2013, 21:21 Uhr

http://sass-lang.com/ - Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more.

Install

Mixins