UNPKG
@atooni/gatsby-theme-ziodoc
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Gatsby theme for ZIO micro sites
github.com/zio/gatsby-theme-zio
zio/gatsby-theme-zio
@atooni/gatsby-theme-ziodoc
/
tailwind.config.js
15 lines
(13 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const
colors
=
require('tailwindcss/colors')
module.exports
=
{
content:
[
"./src/**/*.{js,jsx,ts,tsx}"
],
theme:
{
extend:
{
colors:
{
primary:
colors.stone
,
secondary:
colors.red
} } },
plugins:
[], }