stylecow-plugin-calc
v2.0.0
Published
Stylecow plugin to execute some calc functions
Downloads
7
Readme
stylecow plugin calc
Stylecow plugin to resolve some calc()
functions.
You write:
p {
font-size: calc(2rem * 2);
}
And stylecow converts to:
p {
font-size: 4rem;
}
More demos in the tests folder