UNPKG
@prss/press-theme
Version:
latest (1.4.4)
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.35
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.7
1.1.6
1.1.5
1.1.4
Press Theme for PRSS
github.com/prss-io/press-theme
prss-io/press-theme
@prss/press-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:
[], }
;