Switch to SCSS syntax to resolve abiguous syntax issues in SASS
This commit is contained in:
parent
18b3ded470
commit
6b055b90c6
22 changed files with 365 additions and 252 deletions
9
src/_hidden.scss
Normal file
9
src/_hidden.scss
Normal 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 */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue