Skip to content

Commit

Permalink
PATCH: chore: fix build-web npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Nov 26, 2024
1 parent e654365 commit 9e85c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/web/views/Guidelines/Spacing/Margin/_Margin.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use "../../../../../assets/scss/mixins/_font-size.scss";

.spacing-system__margin {
:deep(.bimdata-ds__demo__module) {
grid-column: 1 / 2;
Expand Down
2 changes: 2 additions & 0 deletions src/web/views/Guidelines/Spacing/Padding/_Padding.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use "../../../../../assets/scss/mixins/_font-size.scss";

.spacing-system__padding {
:deep(.bimdata-ds__demo__module) {
grid-column: 1 / 2;
Expand Down

0 comments on commit 9e85c5e

Please sign in to comment.