Extract heading styles
This commit is contained in:
parent
6b689ea52f
commit
7417eb6c25
3 changed files with 7 additions and 2 deletions
|
@ -54,6 +54,11 @@ export default {
|
|||
<style type="postcss">
|
||||
@tailwind base;
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
@apply font-semibold
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
@apply w-full border border-gray-400 p-2 mt-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue