UNPKG

1.06 kBSCSSView Raw
1// This file is a deprecated part of Polaris's public Sass API.
2// Sewing Kit < 0.113.0 implicitly prepends every Component scss file with this
3// file (and foundation.scss), making these functions and mixins implicitly available.
4// Sewing Kit 0.113.0 removed that implict functionality and instead requires
5// explict configuration. If you wish to use Polaris's public Sass API you
6// should explicitly import `_public-api.scss`
7// This file exists to maintain compatability with Sewing Kit < 0.113.0.
8// Any commits that modify this file's import list should also make the same
9// change in _public-api.scss
10// This file will be removed in Polaris v6.
11
12@import './shared/accessibility';
13@import './shared/breakpoints';
14@import './shared/buttons';
15@import './shared/controls';
16@import './shared/forms';
17@import './shared/icons';
18@import './shared/layout';
19@import './shared/links';
20@import './shared/lists';
21@import './shared/page';
22@import './shared/typography';
23@import './shared/skeleton';
24@import './shared/interaction-state';
25@import './shared/printing';