From db582914c36d92de14098fff2274811a2696114d Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 07 九月 2023 10:54:48 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.218.113:9001/r/lims-before --- postcss.config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/postcss.config.js b/postcss.config.js index 2926a37..8f99bd1 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,6 @@ -// https://github.com/michael-ciniawsky/postcss-load-config +// https://github.com/michael-ciniawsky/postcss-load-config +const path = require('path'); module.exports = { 'plugins': { // to edit target browsers: use "browserslist" field in package.json -- Gitblit v1.9.3