Sass tidy

This commit is contained in:
Oliver Davies 2018-10-04 00:56:57 +01:00
parent 5b1fb98c45
commit 94156420c1
11 changed files with 33 additions and 53 deletions

View file

@ -1,2 +1,2 @@
blockquote
@apply .border-l-4 .border-blue .pl-4
@apply border-l-4 border-blue pl-4

View file

@ -1,11 +1,6 @@
.button
@apply .bg-blue
@apply .inline-block
@apply .rounded
@apply .text-white
@apply .px-4
@apply .py-2
@apply bg-blue inline-block rounded text-white px-4 py-2
&:active,
&:hover
@apply .bg-blue-dark
@apply bg-blue-dark

View file

@ -1,2 +1,2 @@
.link
@apply .text-blue
@apply text-blue

View file

@ -1,8 +1,8 @@
.listing
@apply .pl-0
@apply pl-0
.listing-item
@apply .overflow-hidden .pb-8
@apply overflow-hidden pb-8
&:not(:last-child)
@apply .border-b .border-grey-light .mb-8
@apply border-b border-grey-light mb-8

View file

@ -20,12 +20,5 @@
pre code,
.hljs
@apply bg-grey-lighter
@apply block
@apply border-grey-dark
@apply border-l-4
@apply font-mono
@apply leading-loose
@apply overflow-x-scroll
@apply p-4
@apply rounded text-sm
@apply bg-grey-lighter block border-grey-dark border-l-4 font-mono
@apply leading-loose overflow-x-scroll p-4 rounded text-sm

View file

@ -1,13 +1,9 @@
.note
@apply .bg-blue-lighter
@apply .border-blue
@apply .border-l-4
@apply .mb-4
@apply .p-4
@apply .rounded
@apply bg-blue-lighter
@apply border-blue border-l-4 mb-4 p-4 rounded
& > *:last-child
@apply .mb-0
@apply mb-0
p a
@apply .text-black
@apply text-black

View file

@ -1,8 +1,4 @@
.talk-video
iframe,
embed
@apply .absolute
@apply .h-full
@apply .pin-l
@apply .pin-t
@apply .w-full
@apply absolute h-full pin-l pin-t w-full

View file

@ -1,2 +1,2 @@
.widget
@apply .mb-6 .block
@apply mb-6 block