Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix(grid)!: Restructure files
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleigh committed Dec 26, 2022
1 parent ea7e685 commit018bcf9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/_core/_grid.scss → src/_core/_grid/_grid.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use"./_grid/_grid-elements/grid-elements"assui-grid--element;
@use"./_grid/_grid-modifiers/grid-modifiers"assui-grid--modifier;
@use"./_grid/_grid-elements/elements"assui-grid--element;
@use"./_grid/_grid-modifiers/modifiers"assui-grid--modifier;

@includesui-grid--element.build-row(row);
@includesui-grid--element.build-col(col);
Expand Down
2 changes: 1 addition & 1 deletion src/sui-css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
@forward'./_core/_colors/colors';
@forward'./_core/_typography.scss';
@forward'./_core/_layout.scss';
@forward'./_core/_grid.scss';
@forward'./_core/_grid/grid';

0 comments on commit018bcf9

Please sign into comment.