From c8ec099f3bf0d9cdc7e670ea2223c71e333d1e34 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 08 九月 2023 17:31:44 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.22: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