Skip to content

Commit

Permalink
improving documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Black Mirror committed Apr 30, 2018
1 parent 20ca35b commit 59463ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/mixins/mixins.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
@charset 'UTF-8';

////
/// Flavor SCSS Mixins
/// @group mixins
/// @author blackmirror1980
////

@import 'utils';
@import 'cursor';
@import 'box';
Expand Down
6 changes: 6 additions & 0 deletions scss/types/types.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
@charset 'UTF-8';

////
/// Flavor SCSS Types
/// @group types
/// @author blackmirror1980
////

@import 'array';
@import 'string';
@import 'object';
Expand Down

0 comments on commit 59463ab

Please sign in to comment.