↧
Intro to SASS
What is SASS? SASS stands for Syntactically Awesome Stylesheets and is a CSS Preprocessor (a language that translates into CSS). What do I need to run SASS? First thing we need is ruby. If you do not...
View ArticleIntro to SASS - Variables and Mixins
This tutorial is split into two sections. The first section which can be found here is for the non-programmers or those who are new to programming languages such as JavaScript, PHP, Python, and/or Ruby...
View ArticleIntro to SASS - Nesting and Selector Inheritance
SASS is a way to create dynamic styles that render into CSS. SASS is a better way to write and manage styles because of nesting and selector inheritance. Without further ado, let's learn more about...
View Article