Skip to content

Instantly share code, notes, and snippets.

@besimhu
Last active August 29, 2015 14:17
Show Gist options
  • Save besimhu/8b2ece657dbbde47e9aa to your computer and use it in GitHub Desktop.
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…
<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