FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
google-maps-tutorial/tailwind.config.ts at main · MG95Developer/google-maps-tutorial · GitHub
MG95Developer
/
google-maps-tutorial
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
google-maps-tutorial
/
tailwind.config.ts
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (19 loc) · 495 Bytes
Breadcrumbs
google-maps-tutorial
/
tailwind.config.ts
Copy path
File metadata and controls
20 lines (19 loc) · 495 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
import
type
{
Config
}
from
'tailwindcss'
const
config
:
Config
=
{
content
:
[
'./pages/**/*.{js,ts,jsx,tsx,mdx}'
,
'./components/**/*.{js,ts,jsx,tsx,mdx}'
,
'./app/**/*.{js,ts,jsx,tsx,mdx}'
,
]
,
theme
:
{
extend
:
{
backgroundImage
:
{
'gradient-radial'
:
'radial-gradient(var(--tw-gradient-stops))'
,
'gradient-conic'
:
'conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))'
,
}
,
}
,
}
,
plugins
:
[
]
,
}
export
default
config
Back
|
FazBrowse Home
|
New Git URL