re-enqueuing a editor stylesheet
This commit is contained in:
parent
0c8d3447cf
commit
9a9f8364d0
|
|
@ -1,5 +1,7 @@
|
|||
@import 'tailwindcss/base';
|
||||
@import 'tailwindcss/components';
|
||||
@import 'tailwindcss/utilities';
|
||||
|
||||
@import './utilities/shadows.css';
|
||||
|
||||
@import './components/cta.css';
|
||||
|
|
@ -8,6 +10,11 @@
|
|||
@apply text-center text-secondary font-bold;
|
||||
}
|
||||
|
||||
.homegrade-blocks-highlight:not(:has(.homegrade-blocks-highlight__titling))
|
||||
.homegrade-blocks-custom-heading:first-child {
|
||||
@apply !mt-0;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply font-sans;
|
||||
}
|
||||
|
|
@ -129,6 +136,9 @@ p {
|
|||
}
|
||||
}
|
||||
|
||||
/* .homegrade-blocks-highlight__content__innerblocks .block-editor-block-list__layout {
|
||||
} */
|
||||
|
||||
.wp-block-list {
|
||||
@apply list-none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user