mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
remove unused utility styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@import '_utility.css';
|
||||
@import 'depth_2_chunky.css';
|
||||
@import 'cera_typeface.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@import '_utility.css';
|
||||
@import 'depth_4_glossy.css';
|
||||
|
||||
:root,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@import '_utility.css';
|
||||
@import 'depth_0_flat.css';
|
||||
|
||||
:root,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@import '_utility.css';
|
||||
@import 'depth_1_semiflat.css';
|
||||
|
||||
:root,
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user