UNPKG

2.82 kBSCSSView Raw
1//
2// Copyright 2017 Google Inc.
3//
4// Permission is hereby granted, free of charge, to any person obtaining a copy
5// of this software and associated documentation files (the "Software"), to deal
6// in the Software without restriction, including without limitation the rights
7// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8// copies of the Software, and to permit persons to whom the Software is
9// furnished to do so, subject to the following conditions:
10//
11// The above copyright notice and this permission notice shall be included in
12// all copies or substantial portions of the Software.
13//
14// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20// THE SOFTWARE.
21//
22
23@use '@material/banner/styles' as banner-styles;
24@use '@material/button/mdc-button';
25@use '@material/card/mdc-card';
26@use '@material/checkbox/mdc-checkbox';
27@use '@material/chips/deprecated/mdc-chips';
28@use '@material/circular-progress/mdc-circular-progress';
29// Select's styles must be emitted before datatable's due to equal specificity.
30@use '@material/select/mdc-select';
31@use '@material/data-table/mdc-data-table';
32@use '@material/dialog/mdc-dialog';
33@use '@material/drawer/mdc-drawer';
34@use '@material/elevation/mdc-elevation';
35@use '@material/fab/mdc-fab';
36@use '@material/floating-label/mdc-floating-label';
37@use '@material/form-field/mdc-form-field';
38@use '@material/icon-button/mdc-icon-button';
39@use '@material/image-list/mdc-image-list';
40@use '@material/layout-grid/mdc-layout-grid';
41@use '@material/line-ripple/mdc-line-ripple';
42@use '@material/linear-progress/mdc-linear-progress';
43@use '@material/list/mdc-list';
44@use '@material/menu/mdc-menu';
45@use '@material/menu-surface/mdc-menu-surface';
46@use '@material/notched-outline/mdc-notched-outline';
47@use '@material/radio/mdc-radio';
48@use '@material/ripple/mdc-ripple';
49@use '@material/segmented-button/styles' as segmented-button-styles;
50@use '@material/slider/styles' as slider-styles;
51@use '@material/snackbar/mdc-snackbar';
52@use '@material/switch/styles';
53@use '@material/tab/mdc-tab';
54@use '@material/tab-bar/mdc-tab-bar';
55@use '@material/tab-indicator/mdc-tab-indicator';
56@use '@material/tab-scroller/mdc-tab-scroller';
57@use '@material/textfield/mdc-text-field';
58@use '@material/theme/mdc-theme';
59@use '@material/tooltip/styles' as tooltip-styles;
60@use '@material/top-app-bar/mdc-top-app-bar';
61@use '@material/typography/mdc-typography';