remove unused utility styles

This commit is contained in:
Cory LaViska
2024-05-31 11:15:35 -04:00
parent db2e6df86d
commit c69de376df
11 changed files with 0 additions and 33 deletions

View File

@@ -1,23 +0,0 @@
/*
* This file contains utility classes that can't be contained in a component and must be applied to the light DOM. None
* of the rules in this stylesheet should target component tags or HTML tags, and all classes *must* start with ".wa-"
* to reduce the possibility of collisions.
*/
@supports (scrollbar-gutter: stable) {
.wa-scroll-lock {
scrollbar-gutter: var(--wa-scroll-lock-gutter) !important;
}
.wa-scroll-lock body {
overflow: hidden !important;
}
}
/** This can go away once Safari has scrollbar-gutter support. */
@supports not (scrollbar-gutter: stable) {
.wa-scroll-lock body {
padding-right: var(--wa-scroll-lock-size) !important;
overflow: hidden !important;
}
}

View File

@@ -1,4 +1,3 @@
@import '_utility.css';
@import 'depth_3_punchy.css'; /* depth_0_flat.css, depth_1_semiflat.css, depth_2_chunky.css, depth_3_punchy.css, depth_4_glossy.css */
:root,

View File

@@ -1,4 +1,3 @@
@import '_utility.css';
@import 'depth_2_chunky.css';
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

View File

@@ -1,4 +1,3 @@
@import '_utility.css';
@import 'depth_1_semiflat.css'; /* depth_0_flat.css, depth_1_semiflat.css, depth_2_chunky.css, depth_3_punchy.css, depth_4_glossy.css */
@import 'classic_components.css';

View File

@@ -1,4 +1,3 @@
@import '_utility.css';
@import 'depth_1_semiflat.css'; /* depth_0_flat.css, depth_1_semiflat.css, depth_2_chunky.css, depth_3_punchy.css, depth_4_glossy.css */
:root,

View File

@@ -1,4 +1,3 @@
@import '_utility.css';
@import 'depth_2_chunky.css';
@import 'cera_typeface.css';

View File

@@ -1,4 +1,3 @@
@import '_utility.css';
@import 'depth_4_glossy.css';
:root,

View File

@@ -1,4 +1,3 @@
@import '_utility.css';
@import 'depth_0_flat.css';
:root,

View File

@@ -1,4 +1,3 @@
@import '_utility.css';
@import 'depth_1_semiflat.css';
:root,

View File

@@ -1,4 +1,3 @@
@import '_utility.css';
@import 'depth_1_semiflat.css';
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital@0;1&family=Fredoka:wght@300;400;500;600;700&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

View File

@@ -1,4 +1,3 @@
@import '_utility.css';
@import 'depth_1_semiflat.css';
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');