From b6f711b5cd4601e0294ce8af5f24cf7f81fc3a44 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 11 Sep 2020 17:45:00 +0100 Subject: [PATCH] Change spaces --- assets/css/tailwind.pcss | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/assets/css/tailwind.pcss b/assets/css/tailwind.pcss index 0240fc8..abfded1 100644 --- a/assets/css/tailwind.pcss +++ b/assets/css/tailwind.pcss @@ -1,35 +1,40 @@ @tailwind base; +a { + @apply text-red-800 text-lg +} + a:hover, a:focus { - @apply underline + @apply underline } @tailwind components; .nav-item { - @apply flex text-gray-900 text-xs; + @apply flex text-gray-900 text-xs; - @screen lg { - @apply text-sm - } + @screen lg { + @apply text-sm + } - @screen dark { - @apply text-gray-200 - } + @screen dark { + @apply text-gray-200 + } } @tailwind utilities; -@variants responsive { - .filter-contrast-1 { - filter: contrast(1%) - } - .filter-invert-100 { - filter: invert(100%) - } +@responsive { + .filter-contrast-1 { + filter: contrast(1%) + } + + .filter-invert-100 { + filter: invert(100%) + } } .with-arrow:after { - content: "\A0\2192" -} \ No newline at end of file + content: "\A0\2192" +}