Skip to content

It hangs, do I call it wrong? #139

@kasperkamperman

Description

@kasperkamperman

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions