Skip to content

Commit cc94fb3

Browse files
feat: add variables, mixins, functions, css-variables files to have access without passing src.
1 parent aed7fe0 commit cc94fb3

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

css-variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@forward 'src/css-variables';

functions.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@forward 'src/functions';

mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@forward 'src/mixins';

variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@forward 'src/variables';

0 commit comments

Comments
 (0)