diff options
Diffstat (limited to 'plugins/base/search-component/postcss.config.js')
-rw-r--r-- | plugins/base/search-component/postcss.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/base/search-component/postcss.config.js b/plugins/base/search-component/postcss.config.js index ce65774e..66c94ee0 100644 --- a/plugins/base/search-component/postcss.config.js +++ b/plugins/base/search-component/postcss.config.js @@ -4,7 +4,6 @@ module.exports = () => ({ require('postcss-preset-env')({ features: { stage: 3, // See https://cssdb.org/#staging-process - importFrom: require.resolve('@jetbrains/ring-ui/components/global/variables.css'), features: { 'nesting-rules': true, 'custom-properties': { |