Files
openide/docs/dist-visualizer/postcss.config.js
Vladimir Krivosheev 3de0fd9b83 IDEA-273510 Building of distribution — provide report like webpack/rollup do
GitOrigin-RevId: 0b838c5995df58136f4af8771144aac744902555
2021-07-13 05:23:40 +00:00

8 lines
241 B
JavaScript

// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}