Extract heading styles

This commit is contained in:
Oliver Davies 2019-06-05 09:15:31 +01:00
parent 6b689ea52f
commit 7417eb6c25
3 changed files with 7 additions and 2 deletions

View file

@ -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