REFACTOR Reformating file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1a01ef0ba6
commit
b2e7b42a30
|
|
@ -1,28 +1,28 @@
|
|||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
@import 'tailwindcss/components';
|
||||
@import 'tailwindcss/utilities';
|
||||
|
||||
body {
|
||||
@apply font-sans;
|
||||
@apply font-sans;
|
||||
}
|
||||
|
||||
.wp-block {
|
||||
@apply max-w-screen-xl;
|
||||
@apply max-w-screen-xl;
|
||||
}
|
||||
|
||||
.wp-block[data-align="wide"] {
|
||||
@apply max-w-screen-xl;
|
||||
.wp-block[data-align='wide'] {
|
||||
@apply max-w-screen-xl;
|
||||
}
|
||||
|
||||
.wp-block[data-align="full"] {
|
||||
@apply max-w-full;
|
||||
.wp-block[data-align='full'] {
|
||||
@apply max-w-full;
|
||||
}
|
||||
.wp-block.alignfull {
|
||||
@apply max-w-full;
|
||||
@apply max-w-full;
|
||||
}
|
||||
|
||||
.acf-block-component {
|
||||
/* @apply bg-red-500; */
|
||||
/* @apply bg-red-500; */
|
||||
}
|
||||
.acf-block-fields {
|
||||
@apply max-w-screen-md mx-auto;
|
||||
@apply max-w-screen-md mx-auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user