This commit is contained in:
Oliver Davies 2019-01-05 00:08:45 +00:00
parent a3dcda88b3
commit 37c766a802
24 changed files with 82 additions and 125 deletions

View file

@ -2,10 +2,6 @@
@import '~highlightjs/styles/github-gist'
@tailwind preflight
@import 'base/base'
@import 'base/images'
@tailwind components
@import 'components/blockquote'

View file

@ -1,35 +0,0 @@
a
@apply text-blue no-underline
&:focus,
&:hover
@apply underline
b,
strong
@apply font-bold
main a
@apply underline
&:focus,
&:hover
@apply no-underline
&:focus
@apply text-white bg-blue outline-none px-px -mx-px
h1, h2, h3
@apply text-black mb-2 font-bold
.content h2,
.content h3
@apply mt-6
p,
ul,
ol,
blockquote,
table,
pre
@apply mb-6

View file

@ -1,14 +0,0 @@
img
&.has-border,
&.with-border
@apply border border-solid border-grey-light
&.has-padding,
&.with-padding
@apply p-2
&.avatar
@apply border p-1 rounded-full
svg
fill: currentColor

View file

@ -19,6 +19,27 @@
p:last-child
@apply mb-0
p,
ul,
ol,
blockquote,
table
@apply mb-4
pre
@apply my-8
a,
.link
@apply text-blue underline
&:focus,
&:hover
@apply no-underline
&:focus
@apply text-white bg-blue outline-none px-px -mx-px
pre code,
.hljs
@apply block leading-loose overflow-x-scroll p-6