Skip to content

Sass mixin to create rem values based on px input for an arbitrary property

Notifications You must be signed in to change notification settings

appcakelee/remCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

remCalc

Sass mixin to create rem values based on px input for an arbitrary property

usage

@include remCalc(padding, 23 16);
@include remCalc(font-size, 20);
@include remCalc(margin, 40 30 20 50, !important);

About

Sass mixin to create rem values based on px input for an arbitrary property

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published