Skip to content

Commit

Permalink
feat: add variable importer react component which imports default sty…
Browse files Browse the repository at this point in the history
…lesheets
  • Loading branch information
TheBigSasha committed Sep 1, 2023
1 parent 3ec61fc commit 919becc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/styles/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './variables/default-variables.scss'
export * from './variables/VariableImporter'
3 changes: 3 additions & 0 deletions src/lib/styles/variables/VariableImporter.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import 'default-variables.scss'

export const VariableImporter = () => null

0 comments on commit 919becc

Please sign in to comment.