This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
agola-web
Watch
1
Star
0
Fork
You've already forked agola-web
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7de411662d
agola-web
/
postcss.config.js
4 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
*: move to tailwind css I really like it! TODO: Extract more components
2019-05-21 10:13:21 +00:00
module
.
exports
=
{
*: Format with prettier Use latest prettier as devDependency so tools will use (or can be configured to use) the npm provided version. The unique config change is to use single quotes instead of double quotes.
2022-02-23 15:13:44 +00:00
plugins
:
[
require
(
'tailwindcss'
)
(
'tailwind.js'
)
,
require
(
'autoprefixer'
)
(
)
]
,
}
;