forked from sass/sass-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sass/libsass#1889 sass/libsass#1890 sass/libsass#1898 sass/libsass#1926 sass/libsass#1930 sass/libsass#1931 sass/libsass#1960 sass/libsass#1969 sass/libsass#1977
- Loading branch information
Showing
45 changed files
with
380 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@media (min-width: 640px) { /* comment */ } | ||
@media (min-width: 320px) { div { /* comment */ } } |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@media (min-width: 640px) { | ||
/* comment */ | ||
} | ||
@media (min-width: 320px) { | ||
div { | ||
/* comment */ | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@media (min-width: 640px) { | ||
/* comment */ } | ||
@media (min-width: 320px) { | ||
div { | ||
/* comment */ } } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@media (min-width: 640px) { | ||
/* comment */ | ||
} | ||
|
||
div { | ||
@media (min-width: 320px) { | ||
/* comment */ | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@media (min-width: 480px) { .wrap { display: block; } } | ||
.wrap .box { display: inline-block; } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@media (min-width: 480px){.wrap{display:block}}.wrap .box{display:inline-block} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@media (min-width: 480px) { | ||
.wrap { | ||
display: block; | ||
} | ||
} | ||
.wrap .box { | ||
display: inline-block; | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@media (min-width: 480px) { | ||
.wrap { | ||
display: block; } } | ||
.wrap .box { | ||
display: inline-block; } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.wrap { | ||
@media (min-width: 480px) { | ||
display: block; | ||
@at-root (without: media){ | ||
.box { | ||
display: inline-block; | ||
} | ||
} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@media (min-width: 640px) { /* comment */ } | ||
@media (min-width: 320px) { div { /* comment */ } } |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@media (min-width: 640px) { | ||
/* comment */ | ||
} | ||
@media (min-width: 320px) { | ||
div { | ||
/* comment */ | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@media (min-width: 640px) { | ||
/* comment */ } | ||
@media (min-width: 320px) { | ||
div { | ||
/* comment */ } } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@media (min-width: 640px) { | ||
/* comment */ | ||
} | ||
|
||
div { | ||
@media (min-width: 320px) { | ||
/* comment */ | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.grid [class*="one wide"] { width: 6.25%; } | ||
.grid[class*="one column"] > .column:not(.row), .grid .row[class*="one column"] > .column:not(.row) { width: 6.25% !important; } | ||
.grid [class*="two wide"] { width: 12.5%; } | ||
.grid[class*="two column"] > .column:not(.row), .grid .row[class*="two column"] > .column:not(.row) { width: 12.5% !important; } | ||
.grid [class*="three wide"] { width: 18.75%; } | ||
.grid[class*="three column"] > .column:not(.row), .grid .row[class*="three column"] > .column:not(.row) { width: 18.75% !important; } | ||
.grid [class*="four wide"] { width: 25%; } | ||
.grid[class*="four column"] > .column:not(.row), .grid .row[class*="four column"] > .column:not(.row) { width: 25% !important; } | ||
.grid [class*="five wide"] { width: 31.25%; } | ||
.grid[class*="five column"] > .column:not(.row), .grid .row[class*="five column"] > .column:not(.row) { width: 31.25% !important; } | ||
.grid [class*="six wide"] { width: 37.5%; } | ||
.grid[class*="six column"] > .column:not(.row), .grid .row[class*="six column"] > .column:not(.row) { width: 37.5% !important; } | ||
.grid [class*="seven wide"] { width: 43.75%; } | ||
.grid[class*="seven column"] > .column:not(.row), .grid .row[class*="seven column"] > .column:not(.row) { width: 43.75% !important; } | ||
.grid [class*="eight wide"] { width: 50%; } | ||
.grid[class*="eight column"] > .column:not(.row), .grid .row[class*="eight column"] > .column:not(.row) { width: 50% !important; } | ||
.grid [class*="nine wide"] { width: 56.25%; } | ||
.grid[class*="nine column"] > .column:not(.row), .grid .row[class*="nine column"] > .column:not(.row) { width: 56.25% !important; } | ||
.grid [class*="ten wide"] { width: 62.5%; } | ||
.grid[class*="ten column"] > .column:not(.row), .grid .row[class*="ten column"] > .column:not(.row) { width: 62.5% !important; } | ||
.grid [class*="eleven wide"] { width: 68.75%; } | ||
.grid[class*="eleven column"] > .column:not(.row), .grid .row[class*="eleven column"] > .column:not(.row) { width: 68.75% !important; } | ||
.grid [class*="twelve wide"] { width: 75%; } | ||
.grid[class*="twelve column"] > .column:not(.row), .grid .row[class*="twelve column"] > .column:not(.row) { width: 75% !important; } | ||
.grid [class*="thirteen wide"] { width: 81.25%; } | ||
.grid[class*="thirteen column"] > .column:not(.row), .grid .row[class*="thirteen column"] > .column:not(.row) { width: 81.25% !important; } | ||
.grid [class*="fourteen wide"] { width: 87.5%; } | ||
.grid[class*="fourteen column"] > .column:not(.row), .grid .row[class*="fourteen column"] > .column:not(.row) { width: 87.5% !important; } | ||
.grid [class*="fifteen wide"] { width: 93.75%; } | ||
.grid[class*="fifteen column"] > .column:not(.row), .grid .row[class*="fifteen column"] > .column:not(.row) { width: 93.75% !important; } | ||
.grid [class*="sixteen wide"] { width: 100%; } | ||
.grid[class*="sixteen column"] > .column:not(.row), .grid .row[class*="sixteen column"] > .column:not(.row) { width: 100% !important; } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
.grid [class*="one wide"] { | ||
width: 6.25%; | ||
} | ||
.grid[class*="one column"] > .column:not(.row), .grid .row[class*="one column"] > .column:not(.row) { | ||
width: 6.25% !important; | ||
} | ||
.grid [class*="two wide"] { | ||
width: 12.5%; | ||
} | ||
.grid[class*="two column"] > .column:not(.row), .grid .row[class*="two column"] > .column:not(.row) { | ||
width: 12.5% !important; | ||
} | ||
.grid [class*="three wide"] { | ||
width: 18.75%; | ||
} | ||
.grid[class*="three column"] > .column:not(.row), .grid .row[class*="three column"] > .column:not(.row) { | ||
width: 18.75% !important; | ||
} | ||
.grid [class*="four wide"] { | ||
width: 25%; | ||
} | ||
.grid[class*="four column"] > .column:not(.row), .grid .row[class*="four column"] > .column:not(.row) { | ||
width: 25% !important; | ||
} | ||
.grid [class*="five wide"] { | ||
width: 31.25%; | ||
} | ||
.grid[class*="five column"] > .column:not(.row), .grid .row[class*="five column"] > .column:not(.row) { | ||
width: 31.25% !important; | ||
} | ||
.grid [class*="six wide"] { | ||
width: 37.5%; | ||
} | ||
.grid[class*="six column"] > .column:not(.row), .grid .row[class*="six column"] > .column:not(.row) { | ||
width: 37.5% !important; | ||
} | ||
.grid [class*="seven wide"] { | ||
width: 43.75%; | ||
} | ||
.grid[class*="seven column"] > .column:not(.row), .grid .row[class*="seven column"] > .column:not(.row) { | ||
width: 43.75% !important; | ||
} | ||
.grid [class*="eight wide"] { | ||
width: 50%; | ||
} | ||
.grid[class*="eight column"] > .column:not(.row), .grid .row[class*="eight column"] > .column:not(.row) { | ||
width: 50% !important; | ||
} | ||
.grid [class*="nine wide"] { | ||
width: 56.25%; | ||
} | ||
.grid[class*="nine column"] > .column:not(.row), .grid .row[class*="nine column"] > .column:not(.row) { | ||
width: 56.25% !important; | ||
} | ||
.grid [class*="ten wide"] { | ||
width: 62.5%; | ||
} | ||
.grid[class*="ten column"] > .column:not(.row), .grid .row[class*="ten column"] > .column:not(.row) { | ||
width: 62.5% !important; | ||
} | ||
.grid [class*="eleven wide"] { | ||
width: 68.75%; | ||
} | ||
.grid[class*="eleven column"] > .column:not(.row), .grid .row[class*="eleven column"] > .column:not(.row) { | ||
width: 68.75% !important; | ||
} | ||
.grid [class*="twelve wide"] { | ||
width: 75%; | ||
} | ||
.grid[class*="twelve column"] > .column:not(.row), .grid .row[class*="twelve column"] > .column:not(.row) { | ||
width: 75% !important; | ||
} | ||
.grid [class*="thirteen wide"] { | ||
width: 81.25%; | ||
} | ||
.grid[class*="thirteen column"] > .column:not(.row), .grid .row[class*="thirteen column"] > .column:not(.row) { | ||
width: 81.25% !important; | ||
} | ||
.grid [class*="fourteen wide"] { | ||
width: 87.5%; | ||
} | ||
.grid[class*="fourteen column"] > .column:not(.row), .grid .row[class*="fourteen column"] > .column:not(.row) { | ||
width: 87.5% !important; | ||
} | ||
.grid [class*="fifteen wide"] { | ||
width: 93.75%; | ||
} | ||
.grid[class*="fifteen column"] > .column:not(.row), .grid .row[class*="fifteen column"] > .column:not(.row) { | ||
width: 93.75% !important; | ||
} | ||
.grid [class*="sixteen wide"] { | ||
width: 100%; | ||
} | ||
.grid[class*="sixteen column"] > .column:not(.row), .grid .row[class*="sixteen column"] > .column:not(.row) { | ||
width: 100% !important; | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
.grid [class*="one wide"] { | ||
width: 6.25%; } | ||
.grid[class*="one column"] > .column:not(.row), .grid .row[class*="one column"] > .column:not(.row) { | ||
width: 6.25% !important; } | ||
.grid [class*="two wide"] { | ||
width: 12.5%; } | ||
.grid[class*="two column"] > .column:not(.row), .grid .row[class*="two column"] > .column:not(.row) { | ||
width: 12.5% !important; } | ||
.grid [class*="three wide"] { | ||
width: 18.75%; } | ||
.grid[class*="three column"] > .column:not(.row), .grid .row[class*="three column"] > .column:not(.row) { | ||
width: 18.75% !important; } | ||
.grid [class*="four wide"] { | ||
width: 25%; } | ||
.grid[class*="four column"] > .column:not(.row), .grid .row[class*="four column"] > .column:not(.row) { | ||
width: 25% !important; } | ||
.grid [class*="five wide"] { | ||
width: 31.25%; } | ||
.grid[class*="five column"] > .column:not(.row), .grid .row[class*="five column"] > .column:not(.row) { | ||
width: 31.25% !important; } | ||
.grid [class*="six wide"] { | ||
width: 37.5%; } | ||
.grid[class*="six column"] > .column:not(.row), .grid .row[class*="six column"] > .column:not(.row) { | ||
width: 37.5% !important; } | ||
.grid [class*="seven wide"] { | ||
width: 43.75%; } | ||
.grid[class*="seven column"] > .column:not(.row), .grid .row[class*="seven column"] > .column:not(.row) { | ||
width: 43.75% !important; } | ||
.grid [class*="eight wide"] { | ||
width: 50%; } | ||
.grid[class*="eight column"] > .column:not(.row), .grid .row[class*="eight column"] > .column:not(.row) { | ||
width: 50% !important; } | ||
.grid [class*="nine wide"] { | ||
width: 56.25%; } | ||
.grid[class*="nine column"] > .column:not(.row), .grid .row[class*="nine column"] > .column:not(.row) { | ||
width: 56.25% !important; } | ||
.grid [class*="ten wide"] { | ||
width: 62.5%; } | ||
.grid[class*="ten column"] > .column:not(.row), .grid .row[class*="ten column"] > .column:not(.row) { | ||
width: 62.5% !important; } | ||
.grid [class*="eleven wide"] { | ||
width: 68.75%; } | ||
.grid[class*="eleven column"] > .column:not(.row), .grid .row[class*="eleven column"] > .column:not(.row) { | ||
width: 68.75% !important; } | ||
.grid [class*="twelve wide"] { | ||
width: 75%; } | ||
.grid[class*="twelve column"] > .column:not(.row), .grid .row[class*="twelve column"] > .column:not(.row) { | ||
width: 75% !important; } | ||
.grid [class*="thirteen wide"] { | ||
width: 81.25%; } | ||
.grid[class*="thirteen column"] > .column:not(.row), .grid .row[class*="thirteen column"] > .column:not(.row) { | ||
width: 81.25% !important; } | ||
.grid [class*="fourteen wide"] { | ||
width: 87.5%; } | ||
.grid[class*="fourteen column"] > .column:not(.row), .grid .row[class*="fourteen column"] > .column:not(.row) { | ||
width: 87.5% !important; } | ||
.grid [class*="fifteen wide"] { | ||
width: 93.75%; } | ||
.grid[class*="fifteen column"] > .column:not(.row), .grid .row[class*="fifteen column"] > .column:not(.row) { | ||
width: 93.75% !important; } | ||
.grid [class*="sixteen wide"] { | ||
width: 100%; } | ||
.grid[class*="sixteen column"] > .column:not(.row), .grid .row[class*="sixteen column"] > .column:not(.row) { | ||
width: 100% !important; } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// The amount of the column of a single row. | ||
$columnAmount: 16 | ||
|
||
// The name of the each column size. | ||
$columnName : one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen | ||
|
||
=column-generator | ||
@for $i from 1 through $columnAmount | ||
[class*="#{nth($columnName, $i)} wide"] | ||
width: 100% / $columnAmount * $i | ||
|
||
&[class*="#{nth($columnName, $i)} column"], | ||
& .row[class*="#{nth($columnName, $i)} column"] | ||
> .column:not(.row) | ||
width : 100% / $columnAmount * $i !important | ||
|
||
.grid | ||
+column-generator |
Empty file.
Empty file.
Empty file.
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
$test-map : ( | ||
mykey : 10px, | ||
otherKey : 20px, | ||
moarKey : 30px | ||
); | ||
|
||
|
||
@mixin testMixin($key-name) { | ||
|
||
// get index in map | ||
$item-value : map-get($test-map, $key-name); | ||
$item-index : index($test-map, ($key-name $item-value) ); | ||
|
||
@debug $item-index; | ||
|
||
} | ||
|
||
@include testMixin(otherKey); |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
body { background-image: url(http://test.com); } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
body{background-image:url(http://test.com)} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
body { | ||
background-image: url(http://test.com); | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
body { | ||
background-image: url(http://test.com); } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
$var: 'http://test.com'; | ||
body { | ||
background-image: url( #{$var}); | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
foo:not(.missing):not(bar) { a: b; } | ||
foo:not(.missing):not(bar):hover { c: d; } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
foo:not(.missing):not(bar){a:b}foo:not(.missing):not(bar):hover{c:d} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
foo:not(.missing):not(bar) { | ||
a: b; | ||
} | ||
foo:not(.missing):not(bar):hover { | ||
c: d; | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
foo:not(.missing):not(bar) { | ||
a: b; } | ||
foo:not(.missing):not(bar):hover { | ||
c: d; } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
foo:not(.missing) { | ||
a: b; | ||
|
||
&:hover { c: d; } | ||
} | ||
|
||
bar { | ||
@extend .missing; | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.test_class { color: #999999; } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.test_class{color:#999} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.test_class { | ||
color: #999999; | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.test_class { | ||
color: #999999; } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
$base-text-color: #666; | ||
|
||
@function calcNavbarTextColor ($base-text-color) { | ||
@return $base-text-color; | ||
} | ||
|
||
$header-text-color: calcNavbarTextColor($base-text-color); | ||
|
||
.test_class { | ||
color: lighten($header-text-color, 20%); | ||
} |
Oops, something went wrong.