mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Style example with tailwind
This commit is contained in:
parent
5dbf3d3ab6
commit
44ffa55cc6
5 changed files with 85 additions and 27 deletions
7
example/tailwind.css
Normal file
7
example/tailwind.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@import 'tailwindcss';
|
||||
|
||||
@plugin '@tailwindcss/forms';
|
||||
@plugin '@tailwindcss/typography';
|
||||
@plugin '@tailwindcss/aspect-ratio';
|
||||
|
||||
@source './src/**/*.scala';
|
||||
Loading…
Add table
Add a link
Reference in a new issue