Please enable JavaScript.
Coggle requires JavaScript to display documents.
Skills & Knowledge (CSS (SASS/SCSS (The Bourbon Family (Bourbon
A…
Skills & Knowledge
-
CSS
SASS/SCSS
-
Compile SASS to CSS
-
CLI
- cd <website folder>
- sass --watch styles.sass:styles:css [style.sass=input: styles.css=output] --> watch command
-
The Bourbon Family
Bourbon
A simple and lightweight mixin library for Sass
- gem install bourbon
- bourbon install --path my/custom/path/
- import "bourbon/bourbon"
Neat
A lightweight and flexible Sass grid
- gem install neat
- neat install --path my/custom/path
- import "neat/neat"
Bitters
Scaffold styles, variables and structure for Bourbon projects.
- gem install bitters
- bitters install --path my/custom/path
- import bitters
Refills
Components and patterns built with Bourbon and Neat.
SMACSS = Scalable and Modular Architecture for CSS
SMACSS (pronounced “smacks”) is more style guide than rigid framework. There is no library within here for you to download or install. SMACSS is a way to examine your design process and as a way to fit those rigid frameworks into a flexible thought process. It is an attempt to document a consistent approach to site development when using CSS.
-