streamich / nano-css

Distilled CSS-in-JS for gourmet developers
The Unlicense
426 stars 24 forks source link

"important" addon adds double "!important" #198

Closed TheBosZ closed 5 years ago

TheBosZ commented 5 years ago

With the fix for #196, now the stylesheet gets generated with extra "!important" lines:

.__sjcenb-data-fields {
    min-height:88px !important; !important;
}

Luckily, the extra lines get dropped since they're invalid, but it's not ideal.

streamich commented 5 years ago

:tada: This issue has been resolved in version 3.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: