Skip to content

Commit

Permalink
Fix warnings about 'src/css/constants' (#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-i-k-e-l authored Nov 8, 2024
1 parent 994ed45 commit 327203b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docuilib/src/components/CodeSection.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/css/constants';
@use 'src/css/constants' as *;

.codeSection {
padding-bottom: 5%;
Expand Down
2 changes: 1 addition & 1 deletion docuilib/src/components/ComponentPage.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/css/constants';
@use 'src/css/constants' as *;

.column {
display: 'flex';
Expand Down
2 changes: 1 addition & 1 deletion docuilib/src/components/ComponentsSection.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/css/constants';
@use 'src/css/constants' as *;

.components {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion docuilib/src/components/FeatureSection.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/css/constants';
@use 'src/css/constants' as *;

.featuresSection {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion docuilib/src/components/LibrariesSection.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/css/constants';
@use 'src/css/constants' as *;

.librariesSection {
width: 100vw;
Expand Down
2 changes: 1 addition & 1 deletion docuilib/src/components/MainSection.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/css/constants';
@use 'src/css/constants' as *;

.main {
position: relative;
Expand Down

0 comments on commit 327203b

Please sign in to comment.