mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"plugins": {
|
|
"tailwindcss": {},
|
|
"postcss-flexbugs-fixes": {},
|
|
"postcss-preset-env": {
|
|
"autoprefixer": {
|
|
"flexbox": "no-2009"
|
|
},
|
|
"features": {
|
|
"custom-properties": false
|
|
},
|
|
"stage": 3
|
|
}
|
|
}
|
|
} |