Move blockquote into base styles
This commit is contained in:
parent
ef7cb1ed2c
commit
82d8aa5b8f
|
@ -26,6 +26,10 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
@apply border-l-4 border-blue-600 pl-4 px-6 py-2
|
||||||
|
}
|
||||||
|
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
|
|
||||||
.wrap {
|
.wrap {
|
||||||
|
@ -36,7 +40,6 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@import 'components/blockquote.css';
|
|
||||||
@import 'components/button.css';
|
@import 'components/button.css';
|
||||||
@import 'components/markup.css';
|
@import 'components/markup.css';
|
||||||
@import 'components/note.css';
|
@import 'components/note.css';
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
blockquote {
|
|
||||||
@apply border-l-4 border-blue-600 pl-4 px-6 py-2
|
|
||||||
}
|
|
Loading…
Reference in a new issue