REFACTOR reformating
This commit is contained in:
parent
1217ac9e09
commit
9743fc035f
|
|
@ -1,28 +1,28 @@
|
||||||
@import "tailwindcss/components";
|
@import 'tailwindcss/components';
|
||||||
@import "tailwindcss/utilities";
|
@import 'tailwindcss/utilities';
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply font-sans;
|
@apply font-sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block {
|
.wp-block {
|
||||||
@apply max-w-screen-xl;
|
@apply max-w-screen-xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block[data-align="wide"] {
|
.wp-block[data-align='wide'] {
|
||||||
@apply max-w-screen-xl;
|
@apply max-w-screen-xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block[data-align="full"] {
|
.wp-block[data-align='full'] {
|
||||||
@apply max-w-full;
|
@apply max-w-full;
|
||||||
}
|
}
|
||||||
.wp-block.alignfull {
|
.wp-block.alignfull {
|
||||||
@apply max-w-full;
|
@apply max-w-full;
|
||||||
}
|
}
|
||||||
|
|
||||||
.acf-block-component {
|
.acf-block-component {
|
||||||
/* @apply bg-red-500; */
|
/* @apply bg-red-500; */
|
||||||
}
|
}
|
||||||
.acf-block-fields {
|
.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