This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Forgot to remove unused postcss stuff
staging
David Ludwig
4 years ago
parent
9b78b9e1ae
commit
8567406b29
2 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
services/request/postcss.config.js
+1
-2
services/request/tailwind.config.js
+ 1
- 2
services/request/postcss.config.js
View File
@ -1,7 +1,6 @@
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
'postcss-focus-visible'
:
{
}
,
autoprefixer
:
{
}
,
autoprefixer
:
{
}
}
,
}
+ 1
- 2
services/request/tailwind.config.js
View File
@ -18,8 +18,7 @@ module.exports = {
opacity
:
[
"disabled"
]
,
borderWidth
:
[
"disabled"
]
,
borderColor
:
[
"disabled"
]
,
transform
:
[
"motion-safe"
]
,
ringWidth
:
[
"focus-visible"
]
transform
:
[
"motion-safe"
]
}
,
}
,
plugins
:
[
]
,
Write
Preview
Loading…
Cancel
Save