File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22// @use "uniform" as *;
33
44// 2. Configure Uniform (Optional)
5- @use " uniform" as * with (
5+ @use ' uniform' as * with (
66 $config : (
77 output: ' css' ,
88 important: false,
99 comma- compression: true,
10- css- variables: false ,
10+ css- variables: true ,
1111 )
1212);
1313
1616// -----------------------
1717
1818// **Introducing Output Modes**
19- // - Setting `output` to `'css'` outputs CSS (default),
19+ // - Setting `output` to `'css'` outputs CSS (default),
2020// - You can also output JSON by setting this to `'json'`!
2121// - or set to `'headless'` to enable headless mode
2222
2727// - Enable important locally directly via the utilities settings
2828
2929// **Other Improvements**
30- // - You can enable subsequent sibling selector for checked input with `checked-sibling`
30+ // - You can enable subsequent sibling selector for checked input with `checked-sibling`
You can’t perform that action at this time.
0 commit comments