Init
This commit is contained in:
11
tailwind/custom/base.css
Normal file
11
tailwind/custom/base.css
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Custom styles to immediately follow Tailwind’s `base` layer
|
||||
*/
|
||||
|
||||
/**
|
||||
* This uses the background and foreground colors declared in the `theme.json`
|
||||
* file and is applied both to the front end and in the block editor.
|
||||
*/
|
||||
body {
|
||||
@apply bg-background text-foreground font-sans;
|
||||
}
|
||||
Reference in New Issue
Block a user