UNPKG
rotala-theme-default-light
Version:
canary (0.0.1-alpha.5)
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.0
a light theme for rotala.css framework
github.com/daiyanze/rotala
daiyanze/rotala
rotala-theme-default-light
/
tailwind.config.js
10 lines
(8 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const {
extend
, plugins } =
require
(
'./variables'
)
module
.exports = {
theme:
{
extend
},
variants:
{}, plugins, }