Skip to content

Commit

Permalink
🔧 chore(_config.scss): Correct default config attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Apr 29, 2024
1 parent cfcd6a5 commit 686bc0c
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions src/internal/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ $default-config: (
avatars: (
sizes: (),
),
border: (
widths: (),
),
breakpoints: (
widths: (),
breakpoint-pairs: (),
Expand Down Expand Up @@ -113,6 +110,7 @@ $default-config: (
text: (),
),
font-families: (),
font-styles:(),
letter-spacing: (),
transforms: (),
weights: (),
Expand All @@ -125,11 +123,18 @@ $default-config: (
),
progress: (
sizes: (),
themes: (),
),
space-sizes: (),
tab-sizes: (),
tabs: (
font-sizes: (),
),
tags: (
font-sizes: (),
),
absolute: (),
border: (
width:()
),
filters: (
blurs: (),
),
Expand All @@ -140,14 +145,17 @@ $default-config: (
properties: (),
),
heights: (),
minmax-heights: (),
minmax-widths: (),
min-heights: (),
max-heights: (),
min-widths: (),
max-widths: (),
opacity: (),
round: (),
sizing-system: (),
shadows: (),
widths: (),
transitions: (),
vertical-align: (),
widths: (),
z-index: (),
),
// Turn off certain features from being loaded. If left blank, all components are generated by default.
Expand Down

0 comments on commit 686bc0c

Please sign in to comment.