rem
rem copied to clipboard
rem() is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
Hi together I have one question: Why do you use `$baseline-rem: $baseline-px / 1rem * 1;` in line 9? Does `$baseline-rem: $baseline-px / 1rem;` not the get the same result?...
Added !default to baseline-px value to let users that import the _rem.sxss file use their own baseline value if they like. Usage (this will set baseline-px to 20px without touching...
#### Hey, maintainer(s) of bitmanic/rem! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...
In your documentation you have the following example input: ``` css .element { @include rem('padding',10px 0 2px 5px); } ``` You can omit the ' marks surrounding each property: ```...