Created
September 3, 2015 15:29
-
-
Save JefMari/2333ce9d07beb2ea6df1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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 class="box-1"></div> | |
| <div class="box-2"></div> |
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.2.5) | |
| // ---- | |
| .box-1{ | |
| $width: 100px !global; | |
| width: $width; | |
| } | |
| .box-2{ | |
| width:$width; | |
| } |
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
| .box-1 { | |
| width: 100px; | |
| } | |
| .box-2 { | |
| width: 100px; | |
| } |
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 class="box-1"></div> | |
| <div class="box-2"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment