UNPKG
@prss/point-theme
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.2.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
Point Theme for PRSS
github.com/prss-io/point-theme
prss-io/point-theme
@prss/point-theme
/
tailwind.config.cjs
11 lines
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
content:
[
"./src/**/*.{js,jsx}"
,
"./public/index.html"
],
theme:
{
extend:
{
colors:
{
primary:
"#1B73E8"
, }, }, },
plugins:
[], }
;