Last active
August 29, 2015 14:17
-
-
Save besimhu/8b2ece657dbbde47e9aa to your computer and use it in GitHub Desktop.
Enables the use of rem mixin. This mixin takes two values, the first being a css property, and the second being your size values. You're able to use any unit you desire, and it will convert it over. Please note that this mixin also comes with a pixel fallback, and this mixin mostly comes in handy when you are needing to have IE8 support, but sti…
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
<snippet> | |
<content><![CDATA[ | |
@include rem(${1}, ${2}); | |
]]></content> | |
<tabTrigger>rem</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment