Skip to content

Commit dfa26b4

Browse files
chore: add entry point and main index.
1 parent f9ab2bb commit dfa26b4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

index.scss

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

src/public-api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/*
22
* Public API Surface of sass-list
33
*/
4+
5+
export const SASS_LIST = true;

0 commit comments

Comments
 (0)