commerce/site/postcss.config.js
Matthew Mulford 470c40fd53 shopify
2022-10-08 14:37:47 -05:00

21 lines
345 B
JavaScript

module.exports = {
plugins: [
'tailwindcss/nesting',
'tailwindcss',
'autoprefixer',
'postcss-flexbugs-fixes',
[
'postcss-preset-env',
{
autoprefixer: {
flexbox: 'no-2009',
},
stage: 3,
features: {
'custom-properties': false,
},
},
],
],
}