Skip to content

Commit

Permalink
Add explanatory messages to files in src/styles
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Jul 5, 2019
1 parent 4b66609 commit 1822133
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/_common.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This file is Polaris's private Sass API.
// Within this codebase import this file if you wish to use our helper functions
// Don't use this externally as it may change

// stylelint-disable scss/partial-no-import

@import './foundation/utilities';
Expand Down
4 changes: 4 additions & 0 deletions src/styles/foundation.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This file is part of Polaris's public Sass API.
// Sewing Kit prepends every Component scss file with this file, making these
// functions and mixins implicitly available.

@import './foundation/utilities';
@import './foundation/colors';
@import './foundation/filters';
Expand Down
4 changes: 4 additions & 0 deletions src/styles/shared.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This file is part of Polaris's public Sass API.
// Sewing Kit prepends every Component scss file with this file, making these
// functions and mixins implicitly available.

@import './shared/accessibility';
@import './shared/breakpoints';
@import './shared/buttons';
Expand Down

0 comments on commit 1822133

Please sign in to comment.