1 Star 0 Fork 0

星辰软件/metabase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
/* eslint-env node */
/* eslint-disable import/no-commonjs */
const glob = require("glob");
// eslint-disable-next-line no-undef
const SRC_PATH = __dirname + "/frontend/src/metabase";
const CSS_SRC = glob.sync(SRC_PATH + "/css/**/*.css");
module.exports = {
plugins: {
"postcss-import": {},
"postcss-url": {},
"postcss-preset-env": {
stage: 2,
importFrom: CSS_SRC,
features: {
"custom-media-queries": true,
"custom-properties": true,
"focus-visible-pseudo-class": false,
},
},
"postcss-discard-comments": {},
"postcss-nesting": {},
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Clojure
1
https://gitee.com/starts_3/metabase.git
git@gitee.com:starts_3/metabase.git
starts_3
metabase
metabase
master

搜索帮助