Skip to content

Commit

Permalink
Removed SCSS Component imports from themed-bootstrap.scss file
Browse files Browse the repository at this point in the history
  • Loading branch information
KaeTheDev committed Jan 8, 2024
1 parent 4e62c26 commit 4ae17cc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/scss/themed-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,4 @@ $utilities: map-merge(
// \____/ \_/ \_/ \_____/\____/ \____/
//
// This section contains component specific SASS styles.
@import '../components/atoms/TableHeader/table-header';
@import '../components/atoms/TableRow/table-row';
@import '../components/atoms/TableCellHeader/table-cell-header';
@import '../components/atoms/TableCell/table-cell';
@import '../components/molecules/Nav/nav';
@import '../components/organisms/Offcanvas/offcanvas';
@import '../components/atoms/OffcanvasHeader/offcanvasheader';
@import '../components/atoms/OffcanvasBody/offcanvasbody';

0 comments on commit 4ae17cc

Please sign in to comment.