homepage 0.1
Are you aware of this?
CSS on its own can be fun
stylesheets are getting larger, more complex, and harder to maintain.
This is where a preprocessor can help. Sass lets you use features that don’t exist in CSS yet like variables, nesting, mixins, inheritance and other nifty goodies that make writing CSS fun again.
Once you start tinkering with Sass, it will take your preprocessed Sass file and save it as a normal CSS file that you can use in your web site.
The most direct way to make this happen is in your terminal. Once Sass is installed, you can run sass input.scss output.css
from your terminal. You can watch either individual files or entire directories.
In addition, you can watch folders
or directories with the --watch
flag. An example of running Sass while watching an entire directory is the following:
Slide One
Martin Dwyer
Application Developer
Slide Two
Rachel Wright
Art Director & Photographer
Slide Three
Andrew Butler
Photographer & Illustrator
This is heading element
I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.