MadLittleMods / MadLittleMods/postcss-css-variables

It hangs, do I call it wrong?

Open
#139 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
551
Forks
63
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the hang with bulma.css v1.00 using the postcss.config.js configuration shown in the issue, and compare it with the online tool behavior. Trace where processing stops and identify whether the plugin or its invocation causes the hang; done means the input completes successfully or the failure is isolated with a reproducible case.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.