Skip to content

Commit

Permalink
fix(styles): reverting style imports fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 committed Mar 12, 2024
1 parent 95b5ae6 commit d5f337e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
@use '@material/layout-grid/mdc-layout-grid';
@use '@material/data-table/data-table' as data-table;

@import "@covalent/components";

@import '@covalent/core/theming/all-theme';
@import '@covalent/core/theming/teradata-theme';
@import '@covalent/markdown/markdown-theme';
@import '@covalent/highlight/highlight-theme';
@import '@covalent/flavored-markdown/flavored-markdown-theme';
@import '@covalent/markdown-navigator/markdown-navigator-theme';
@import '../node_modules/@covalent/components/style.css';

@import '../node_modules/@covalent/core/theming/all-theme';
@import '../node_modules/@covalent/core/theming/teradata-theme';
@import '../node_modules/@covalent/markdown/markdown-theme';
@import '../node_modules/@covalent/highlight/highlight-theme';
@import '../node_modules/@covalent/flavored-markdown/flavored-markdown-theme';
@import '../node_modules/@covalent/markdown-navigator/markdown-navigator-theme';

@import './reset';

Expand Down

0 comments on commit d5f337e

Please sign in to comment.