Oleksandr Fediashov
Oleksandr Fediashov
@RehanSaeed it's supported already (https://github.com/microsoft/griffel/tree/main/packages/postcss-syntax), but not documented well. I don't have a complete setup, but the following should work with small tweaks: ```ts const griffelCustomSyntax = require("@griffel/postcss-syntax"); /** @type...
@stefan-schweiger `shorthands.flex()` have been deprecated as CSS shorthands are supported natively, check #531 😉
FYI I transferred the issue to Griffel repository. --- This rule could be easily implemented for a case when `makeStyles()` and `useStyles()` call are in the same file. However, it's...
@efoken updating `include` & `exclude` patterns to include `/node_modules/` should do it, no?
@efoken good point, I see. We need to allow transforming of `node_modules` for sure (I have the same requirement for Fluent UI) 👍 So, I would start with `transformLibraries: boolean`...
> But maybe array is also a good idea, because then you can only allow specific modules to be transformed – I mean performance-wise it's better, no? @efoken my idea...
@Shubhdeep12 yep, feel free to take it.
This problem exists when there is an app with enabled CSS extraction and another app that uses runtime insertion on the same page (example: https://stackblitz.com/edit/stackblitz-starters-6gpxe7), i.e. multi bundle scenario. Basically:...
While the feature is fully implemented (see #557 & #586), it's **unusable** with Fluent UI as https://github.com/microsoft/fluentui/pull/31134 is not implemented yet. If it blocks your adoption of Fluent inside Microsoft,...
Duplicate of #23033?