Mark Avery
Mark Avery
hmm.. I'll add in that unit test and see about getting it fixed.
@exeto it looks like it namespaces the mixin rule to something like.. ``` less .__the-component_3jdu2 .mixin { color: blue; } ``` so when you try to just reference `.mixin` it...
@aguadoenzo not yet. I think we could get "detached rulesets" working fairly easily. Some combination of fixes in [postcss-selector-namespace](https://github.com/topaxi/postcss-selector-namespace) and/or [postcss-less](https://github.com/Crunch/postcss-less) should be able to handle that. To get standard...
not yet. :/ `@` rules should work, but i personally haven't tested a less one yet.
@shaunc @ankushdharkar @oligriffiths @dzbo anyone able to verify that the latest beta version fixes this issue? When the tests get updated, we can add one for this.
@CrshOverride ya. In that case you have to import with the extension. Like `@import "pod-styles.css";` AND `@import "pod-styles.scss";`. Wasn't sure how to avoid this without putting the extension in the...
@Silverdark the one thing about adding in the plain css after any other css has been processed is that how do you know that the plain css hasn't already been...
> though, there is a strong argument for leaving npm as the default as "a" version of it comes with node -- so it's one less thing to install to...
If your not going to do raw npm, why not go for modern yarn? Isn't Yehuda on the yarn team anyway? And with the tighter controlled ecosystem (which will start...
We use pnpm pretty exclusively at my company, both for javascript/typescript apps, cdk apps, and just general mono repos orchestrators with java and python apps, and it isn't without its...