Skip to content

Commit 2dcf6f1

Browse files
committed
Update main.scss
1 parent 76b8409 commit 2dcf6f1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

main.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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

@@ -16,7 +16,7 @@
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

@@ -27,4 +27,4 @@
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`

0 commit comments

Comments
 (0)