Skip to content

Commit 14e22e8

Browse files
committed
fix(_custom-properties.scss): use same prefix as being used in other partials
1 parent 4b3f401 commit 14e22e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scss/core/variables/_custom-properties.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
* Custom properties defined in core can be easily given a different prefix, or use
99
* no prefix if this variable is set to ''
1010
*/
11-
$custom-properties-prefix: s-;
11+
$custom-properties-prefix: struct-;

0 commit comments

Comments
 (0)