You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.
I have a clean project, i have installed bulma css which i import into a less file. When i run webpack, all the classes within media queries are ignored. I have googled it, and i found this bug in purifycss, but that bug is fixed in version 1.0.15
I am user purify-css version 1.2.6, purifycss-webpack version 0.7.0. Here is my code:
<divclass="columns"><divclass="column">
First column
</div><divclass="column">
Second column
</div><divclass="column">
Third column
</div><divclass="column">
Fourth column
</div></div>
without the purifycss-webpack plugin i get the css code of bulma, but with the plugin i get only a couple of lines css, without any media query
The text was updated successfully, but these errors were encountered:
I have a clean project, i have installed bulma css which i import into a less file. When i run webpack, all the classes within media queries are ignored. I have googled it, and i found this bug in purifycss, but that bug is fixed in version 1.0.15
I am user purify-css version 1.2.6, purifycss-webpack version 0.7.0. Here is my code:
main.less
webpack.config.js
My index.php
without the purifycss-webpack plugin i get the css code of bulma, but with the plugin i get only a couple of lines css, without any media query
The text was updated successfully, but these errors were encountered: