CSS comments tidy up
This commit is contained in:
parent
c2838aa331
commit
23d88f26d9
2 changed files with 144 additions and 75 deletions
13
style.scss
13
style.scss
|
@ -7,10 +7,11 @@
|
|||
|
||||
@import "_reset";
|
||||
@import "_variables";
|
||||
// Syntax highlighting @import is at the bottom of this file
|
||||
|
||||
/*/
|
||||
/* BASE RULES
|
||||
/*/
|
||||
/**************/
|
||||
/* BASE RULES */
|
||||
/**************/
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
|
@ -138,9 +139,9 @@ img {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
/*/
|
||||
/* LAYOUT / SECTIONS
|
||||
/*/
|
||||
/*********************/
|
||||
/* LAYOUT / SECTIONS */
|
||||
/*********************/
|
||||
|
||||
//
|
||||
// .masthead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue