Skip to content

Commit

Permalink
Update _override-config.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcox committed Apr 16, 2024
1 parent 5b3e72e commit e67abc3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/_override-config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
///
$gorko-config: (
'namespace': (
'prefix': 'my-prefix-',
'prefix': '',
'classes': true,
'css-vars': true
),
Expand Down Expand Up @@ -333,9 +333,7 @@
'property': 'width'
),
'breakpoints': (
'sm': '(min-width: 36em)',
'md': '(min-width: 48em)',
'lg': '(min-width: 62em)'
'lg': 'only screen and (min-width: 48em)'
)
)
);

0 comments on commit e67abc3

Please sign in to comment.