UNPKG
@prss/vantage-theme
Version:
latest (1.4.2)
1.4.2
1.4.1
1.4.0
1.3.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.20
1.0.19
Vantage Theme for PRSS
github.com/prss-io/vantage-theme
prss-io/vantage-theme
@prss/vantage-theme
/
tailwind.config.cjs
12 lines
(11 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module.exports
=
{
content:
[
"./src/**/*.{js,jsx,ts,tsx}"
,
"./public/index.html"
],
theme:
{
extend:
{
colors:
{
primary:
"#1B73E8"
, }, }, },
plugins:
[], }
;