This file contains hidden or 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
| // ---- | |
| // Sass (v3.4.9) | |
| // Compass (v1.0.1) | |
| // ---- | |
| a { | |
| color: #2980b9; | |
| } | |
| a:hover { | |
| color: #3498db; |
This file contains hidden or 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
| .light-body Donec id elit non mi porta gravida at eget metus. | |
| .dark-body Donec id elit non mi porta gravida at eget metus. | |
| .blue-body Donec id elit non mi porta gravida at eget metus. |
This file contains hidden or 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
| .container-1 | |
| .light-body Donec id elit non mi porta gravida at eget metus. | |
| .dark-body Donec id elit non mi porta gravida at eget metus. | |
| .container-2 | |
| .light-body Donec id elit non mi porta gravida at eget metus. | |
| .dark-body Donec id elit non mi porta gravida at eget metus. |
This file contains hidden or 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
| .container-1 | |
| .light-body Donec id elit non mi porta gravida at eget metus. | |
| .dark-body Donec id elit non mi porta gravida at eget metus. | |
| .container-2 | |
| .light-body Donec id elit non mi porta gravida at eget metus. | |
| .dark-body Donec id elit non mi porta gravida at eget metus. |
This file contains hidden or 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
| .grid | |
| .col-1 | |
| .col-2 | |
| .col-3 |
This file contains hidden or 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
| .grid-1 | |
| .col-1 | |
| .col-2 | |
| .col-3 | |
| .grid-2 | |
| .col-1 | |
| .col-2 | |
| .col-3 |
This file contains hidden or 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
| // ---- | |
| // libsass (v3.0.1) | |
| // ---- | |
| .block { | |
| color: blue; | |
| &--element { | |
| color: red; | |
| } | |
| &__modifier { |
This file contains hidden or 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
| // ---- | |
| // Sass (v3.4.7) | |
| // Compass (v1.0.1) | |
| // Breakpoint (v2.5.0) | |
| // Susy (v2.1.3) | |
| // ---- | |
| @import "breakpoint"; | |
| @import "susy"; |
This file contains hidden or 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
| // ---- | |
| // Sass (v3.4.7) | |
| // Compass (v1.0.1) | |
| // ---- | |
| $map-one: ( | |
| key1: value1, | |
| key2: value2, | |
| key3: value3, | |
| key5: value5, |
This file contains hidden or 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
| %div.container | |
| %div.primary | |
| %div.inner-content Inner Content | |
| %div.inner-content Inner Content | |
| %div.secondary Secondary Content |