FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
zenstack-docs/tailwind.config.js at main · zenstackhq/zenstack-docs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
zenstackhq
/
zenstack-docs
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
43
Star
10
Code
Issues
9
Pull requests
2
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
zenstack-docs
/
tailwind.config.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (27 loc) · 935 Bytes
Breadcrumbs
zenstack-docs
/
tailwind.config.js
Copy path
File metadata and controls
27 lines (27 loc) · 935 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module
.
exports
=
{
content
:
[
'./src/**/*.{js,jsx,ts,tsx}'
,
'docusaurus.config.js'
]
,
theme
:
{
extend
:
{
colors
:
{
primary
:
{
dark
:
'var(--ifm-color-primary-dark)'
,
darker
:
'var(--ifm-color-primary-darker)'
,
darkest
:
'var(--ifm-color-primary-darkest)'
,
DEFAULT
:
'var(--ifm-color-primary)'
,
light
:
'var(--ifm-color-primary-light)'
,
lighter
:
'var(--ifm-color-primary-lighter)'
,
lightest
:
'var(--ifm-color-primary-lightest)'
,
}
,
}
,
}
,
maxWidth
:
{
'1/4'
:
'25%'
,
'1/3'
:
'33%'
,
'1/2'
:
'300px'
,
'3/4'
:
'75%'
,
}
,
}
,
plugins
:
[
require
(
'@tailwindcss/typography'
)
]
,
darkMode
:
[
'class'
,
'[data-theme="dark"]'
]
,
corePlugins
:
{
preflight
:
false
}
,
}
;
Back
|
FazBrowse Home
|
New Git URL