5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 03:21:32 +08:00
wails/v2/test/kitchensink/frontend/postcss.config.js
2020-10-07 00:52:00 +11:00

5 lines
77 B
JavaScript

module.exports = {
plugins: [
require('postcss-import'),
],
}