stylecow-plugin-calc

2.0.0 • Public • Published

stylecow plugin calc

Build Status

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

Readme

Keywords

none

Package Sidebar

Install

npm i stylecow-plugin-calc

Weekly Downloads

5

Version

2.0.0

License

MIT

Last publish

Collaborators

  • oscarotero