##Sass Functions Cheat Sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CommandType Name ModuleName | |
----------- ---- ---------- | |
Alias % -> ForEach-Object | |
Alias ? -> Where-Object | |
Alias ac -> Add-Content | |
Alias asnp -> Add-PSSnapin | |
Alias cat -> Get-Content | |
Alias cd -> Set-Location | |
Alias chdir -> Set-Location | |
Alias clc -> Clear-Content |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
$scotch-color-key: 'base' !default; | |
$scotch-colors: ( | |
'primary': ( | |
'base': #8e3329, |
NewerOlder