-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
I'm trying to process bulma.css (v1.00, 636 Kb).
It hangs. Maybe there is an issue with my postcss.config.js? Do I need to use this plugin in a different way?
(Other plugins work fine calling like this).
const varRemove = require('postcss-css-variables')
module.exports = {
plugins: [
varRemove() // remove css variables
],
};
I also found the online tool, but copy-pasting this big file also hangs the browser.
I have fast M2 system, so I think it relates to the plugin or my use of it.
Metadata
Metadata
Assignees
Labels
No labels