mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 01:22:07 +01:00
Move avatar styles from objects to components
This commit is contained in:
parent
b7605a4c15
commit
7077eb02c9
@ -89,7 +89,7 @@ These are classes related to layout, known as 'objects' in ITCSS or OOCSS.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@import 'objects/objects';
|
@import 'objects/objects';
|
||||||
@import 'objects/avatar';
|
|
||||||
|
|
||||||
/* COMPONENTS
|
/* COMPONENTS
|
||||||
These are classes for components.
|
These are classes for components.
|
||||||
@ -105,7 +105,7 @@ These are classes for components.
|
|||||||
@import '../src/components/PageExplorer/PageExplorer';
|
@import '../src/components/PageExplorer/PageExplorer';
|
||||||
@import '../src/components/CommentApp/main';
|
@import '../src/components/CommentApp/main';
|
||||||
|
|
||||||
// Legacy
|
@import 'components/avatar';
|
||||||
@import 'components/icons';
|
@import 'components/icons';
|
||||||
@import 'components/forms/input-base';
|
@import 'components/forms/input-base';
|
||||||
@import 'components/forms/input-text';
|
@import 'components/forms/input-text';
|
||||||
|
Loading…
Reference in New Issue
Block a user