This website requires JavaScript.
Explore
Help
Sign in
livebook-dev
/
livebook
Watch
1
Star
1
Fork
You've already forked livebook
0
mirror of
https://github.com/livebook-dev/livebook.git
synced
2024-11-17 21:33:16 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c6f9c54f31
livebook
/
assets
/
postcss.config.js
8 lines
114 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Set up assets and layout (#2)
2021-01-08 05:13:17 +08:00
module
.
exports
=
{
Use tailwindcss jit (#79)
2021-03-17 18:17:52 +08:00
plugins
:
{
'postcss-import'
:
{
}
,
'@tailwindcss/jit'
:
{
}
,
autoprefixer
:
{
}
,
}
}
Reference in a new issue
Copy permalink