-
-
Save kbav/7891881 to your computer and use it in GitHub Desktop.
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
.calc(@expression) { | |
width: -webkit-calc(@expression); | |
width: -moz-calc(@expression); | |
width: calc(@expression); | |
} |
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
.calc(~"100% - 95px"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated to remove the unneccessary -o- prefix, + some picky spacing changes (not sure why GitHub isn't saving my tab preference of 4 spaces...)