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

Move avatar styles from objects to components

This commit is contained in:
Thibaud Colas 2023-12-12 17:28:43 +00:00
parent b7605a4c15
commit 7077eb02c9
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ These are classes related to layout, known as 'objects' in ITCSS or OOCSS.
*/
@import 'objects/objects';
@import 'objects/avatar';
/* COMPONENTS
These are classes for components.
@ -105,7 +105,7 @@ These are classes for components.
@import '../src/components/PageExplorer/PageExplorer';
@import '../src/components/CommentApp/main';
// Legacy
@import 'components/avatar';
@import 'components/icons';
@import 'components/forms/input-base';
@import 'components/forms/input-text';