Move blockquote into base styles

This commit is contained in:
Oliver Davies 2019-05-16 00:07:00 +01:00
parent ef7cb1ed2c
commit 82d8aa5b8f
2 changed files with 4 additions and 4 deletions

View file

@ -26,6 +26,10 @@ a {
}
}
blockquote {
@apply border-l-4 border-blue-600 pl-4 px-6 py-2
}
@tailwind components;
.wrap {
@ -36,7 +40,6 @@ a {
}
}
@import 'components/blockquote.css';
@import 'components/button.css';
@import 'components/markup.css';
@import 'components/note.css';

View file

@ -1,3 +0,0 @@
blockquote {
@apply border-l-4 border-blue-600 pl-4 px-6 py-2
}