decoupling-drupal-vuejs/vuejs/src/assets/css/tailwind.css

24 lines
244 B
CSS
Raw Normal View History

2019-08-30 12:55:05 +01:00
@tailwind base;
h1,
h2 {
@apply font-semibold
}
input,
textarea {
2019-08-30 17:35:14 +01:00
@apply mt-1 p-2 w-full border border-gray-400
2019-08-30 12:55:05 +01:00
}
input[type=submit] {
@apply w-full;
@screen sm {
@apply w-auto
}
}
@tailwind components;
@tailwind utilities;