diff options
Diffstat (limited to 'plugins/base/frontend/postcss.config.js')
-rw-r--r-- | plugins/base/frontend/postcss.config.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/base/frontend/postcss.config.js b/plugins/base/frontend/postcss.config.js deleted file mode 100644 index 6e081d88..00000000 --- a/plugins/base/frontend/postcss.config.js +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. - */ - -module.exports = () => ({ - plugins: [ - require('postcss-import'), - require('postcss-preset-env')({ - features: { - stage: 3, // See https://cssdb.org/#staging-process - features: { - 'nesting-rules': true, - 'custom-properties': { - preserve: true - } - } - } - }) - ] -}); |