build: 🏗️ use plugin for tailwind integration
Provides both tailwind integration as well as minification of all css.
This commit is contained in:
parent
6f0f70dd96
commit
a76c0b1d69
5 changed files with 1518 additions and 8 deletions
|
@ -1,5 +1,11 @@
|
|||
@import 'tailwindcss';
|
||||
|
||||
@import '../fonts/tilt-warp/tilt-warp.css';
|
||||
@import '../fonts/encode-sans/encode-sans.css';
|
||||
@import '../fonts/m-plus-1-code/m-plus-1-code.css';
|
||||
|
||||
@import './modules/callouts.css' layer(base);
|
||||
@import './prism.css';
|
||||
|
||||
@plugin '@tailwindcss/typography';
|
||||
@plugin 'tailwindcss-safe-area';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue