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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i stylecow-plugin-calc

    Weekly Downloads

    4

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • oscarotero