1 Star 2 Fork 0

Forgo7tenMirrors/mermaid-live-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
postcss.config.cjs 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sidharth Vinod 提交于 2022-11-03 14:09 . chore: Tabs -> Spaces
const tailwindcss = require('tailwindcss');
const autoprefixer = require('autoprefixer');
const cssnano = require('cssnano');
const mode = process.env.NODE_ENV;
const dev = mode === 'development';
module.exports = {
plugins: [
// Some plugins, like postcss-nested, need to run before Tailwind
tailwindcss,
// But others, like autoprefixer, need to run after
autoprefixer,
!dev &&
cssnano({
preset: 'default'
})
]
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/forgo7ten-mirrors/mermaid-live-editor.git
git@gitee.com:forgo7ten-mirrors/mermaid-live-editor.git
forgo7ten-mirrors
mermaid-live-editor
mermaid-live-editor
develop

搜索帮助