Skip to content

Commit

Permalink
Refactor project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nirazul committed Jun 18, 2020
1 parent d905106 commit 4fa26cd
Show file tree
Hide file tree
Showing 44 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@forward 'function';
@forward 'mixin';
@forward 'lib/function';
@forward 'lib/mixin';
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions test.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@use 'sass:list';
@use 'sass:map';
@use 'mixin' as mixin-utils;
@use 'function/list' as list-utils;
@use 'function/map' as map-utils;
@use 'function/math' as math-utils;
@use 'function/meta' as meta-utils;
@use 'function/selector' as selector-utils;
@use 'function/string' as string-utils;
@use 'lib/mixin' as mixin-utils;
@use 'lib/function/list' as list-utils;
@use 'lib/function/map' as map-utils;
@use 'lib/function/math' as math-utils;
@use 'lib/function/meta' as meta-utils;
@use 'lib/function/selector' as selector-utils;
@use 'lib/function/string' as string-utils;

.test {
$test-list: (foo, bar, baz);
Expand Down

0 comments on commit 4fa26cd

Please sign in to comment.