Skip to content

Commit

Permalink
Merge pull request #28 from borela/hotfix/fjsx15-bugs
Browse files Browse the repository at this point in the history
[FJSX15] Normalize scopes
  • Loading branch information
borela authored Jan 5, 2018
2 parents 341cf14 + 3e3a35d commit 2fb929d
Show file tree
Hide file tree
Showing 210 changed files with 6,114 additions and 6,139 deletions.
20 changes: 20 additions & 0 deletions Candyman.scsscheme
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,36 @@

@name 'Candyman';
@import 'schemes/candyman/palette';
@import 'schemes/candyman/repeatString';
@import 'schemes/candyman/main';

// Old scopes.
@import 'schemes/candyman/old';

// New scopes.
@import 'schemes/candyman/annotation';
@import 'schemes/candyman/array';
@import 'schemes/candyman/class';
@import 'schemes/candyman/class/body';
@import 'schemes/candyman/comment';
@import 'schemes/candyman/constant';
@import 'schemes/candyman/destructuring';
@import 'schemes/candyman/function';
@import 'schemes/candyman/function-call';
@import 'schemes/candyman/function/body';
@import 'schemes/candyman/function/parameters';
@import 'schemes/candyman/generic';
@import 'schemes/candyman/global/console';
@import 'schemes/candyman/global/jest';
@import 'schemes/candyman/json';
@import 'schemes/candyman/keyword';
@import 'schemes/candyman/label';
@import 'schemes/candyman/markup';
@import 'schemes/candyman/modifier';
@import 'schemes/candyman/namespace';
@import 'schemes/candyman/number';
@import 'schemes/candyman/object';
@import 'schemes/candyman/punctuation';
@import 'schemes/candyman/string';
@import 'schemes/candyman/type';
@import 'schemes/candyman/variable';
Loading

0 comments on commit 2fb929d

Please sign in to comment.