Ivan Demidov

Results 239 comments of Ivan Demidov

it provides the ability to include modules like cjs mjs like your pr. I made a separate branch from the branch where I am currently working on rewriting the project...

we appreciate your input, thank you, unfortunately, as I wrote earlier, I already had developments in this direction. thank you anyway.

@fengyuanchen Hi, are there any plans to merge this? Let me know if you need help maintaining this package, I will be glad

@cossssmin I have two opinions on this: 1. I don't really like the logic in templates - it makes the template unreadable 2. I don't really like to search for...

> Should I get started on a PR to show how I imagine this working? I think this will be a good start.

@klase Hi, use [postcss-at-rules-variables](https://github.com/Scrum/postcss-at-rules-variables) for at-rules because this feature in is the [plans](https://github.com/MadLittleMods/postcss-css-variables#at-rules-like-media-support-etc)

@MadLittleMods Hi, It is more correct to use the `atVariables` plugin before the `cssvariables` plugin. there can be different iterations ```js var postcss = require('postcss'); var cssvariables = require('postcss-css-variables'); var...

> I can't assign a non-collaborator ups )) > It looks like it gets rid of the variable declarations that `postcss-css-variables` uses and I don't see a preserve option No,...