File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 88 "expect": "never",
99 "error": true
1010 },
11- "colors": false,
11+ "colors": {
12+ "expect": "always",
13+ "error": true
14+ },
1215 "commaSpace": {
1316 "expect": "always",
1417 "error": true
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ a:hover
3232a :hover
3333 code
3434 background-color transparent
35- color # f f f
35+ color $white
3636
3737a .imagelink
3838 display inline-block
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ $light-gray2 = #ccc
1212$light-gray = #9 9 9
1313$gray = #6 6 6
1414$node-gray = #3 3 3
15+ $nav-foundation-green = #02 6e 00
1516
1617padded-link ($padding )
1718 padding-left $padding
Original file line number Diff line number Diff line change 6868
6969// Special format for external 'Foundation' link in main navigation
7070.nav-foundation
71- background-color # 02 6e 00
71+ background-color $nav-foundation-green
7272
7373 & :before
7474 content none !important
You can’t perform that action at this time.
0 commit comments