0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Remove unused CSS layers

This commit is contained in:
Thibaud Colas 2023-12-12 17:36:53 +00:00
parent 484428b2d9
commit 38c0557434
2 changed files with 1 additions and 13 deletions

View File

@ -16,8 +16,7 @@ REFERENCE
tools mixins, functions 2 Tools
generic resets 3 Generic
elements elements, no classes 4 Elements
objects classes 5 Objects o-
layout
objects Unused 5 Objects
components classes 6 Components c-
BEM blocks
overrides classes 7 Trumps u-
@ -35,7 +34,6 @@ OTHER PREFIXES
Prefix Purpose
t- theme
is- state
@ -66,8 +64,6 @@ This is for resets and other rules that affect large collections of bare element
* Changes to them should be very rare.
*/
// @import 'generic/generic';
/* ELEMENTS
These are base styles for bare HTML elements.
* Changes to them should be very rare.
@ -82,14 +78,6 @@ These are base styles for bare HTML elements.
@import 'elements/typography';
@import 'elements/forms';
/* OBJECTS
These are classes related to layout, known as 'objects' in ITCSS or OOCSS.
* This is for grids, wrappers, and other non-consmetic layout utilities.
* These classes are prefixed with `.o-`.
*/
@import 'objects/objects';
/* COMPONENTS
These are classes for components.