UNPKG
@peaque/create-framework
Version:
latest (1.0.0)
1.0.0
Initialize a @peaque/framework application
peaque.dev/framework
peaque-se/peaque
@peaque/create-framework
/
templates
/
basic
/
src
/
styles.css
5 lines
(4 loc)
•
69 B
CSS
View Raw
1
2
3
4
5
@import
"tailwindcss"
;
body
{
@apply
bg-blue-
950
text-white; }