diff --git a/src/styles.scss b/src/styles.scss index 85abb15..708d662 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -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';