mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
POC for exporting components.
This commit is contained in:
parent
8bddc666b4
commit
a0894866b9
8 changed files with 1777 additions and 42 deletions
|
|
@ -1,17 +1,17 @@
|
|||
const flexBugs = require('postcss-flexbugs-fixes');
|
||||
const presetEnv = require('postcss-preset-env');
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
'postcss-flexbugs-fixes',
|
||||
[
|
||||
'postcss-preset-env',
|
||||
{
|
||||
autoprefixer: {
|
||||
flexbox: 'no-2009',
|
||||
},
|
||||
stage: 3,
|
||||
features: {
|
||||
'custom-properties': false,
|
||||
},
|
||||
flexBugs,
|
||||
presetEnv({
|
||||
autoprefixer: {
|
||||
flexbox: 'no-2009',
|
||||
},
|
||||
],
|
||||
stage: 3,
|
||||
features: {
|
||||
'custom-properties': false,
|
||||
},
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue