Switch to SCSS syntax to resolve abiguous syntax issues in SASS

This commit is contained in:
M. George Hansen 2016-11-04 15:33:06 -07:00
parent 18b3ded470
commit 6b055b90c6
22 changed files with 365 additions and 252 deletions

9
src/_hidden.scss Normal file
View file

@ -0,0 +1,9 @@
/**
* 1. Address `[hidden]` styling not present in IE 8/9/10 and hide the
* `template` element in IE 8/9/10/11, Safari, and Firefox < 22
* (from normalize.css).
*/
[hidden],
template {
display: none; /* 1 */
}