| import postcssImport from 'postcss-import'; | |
| import postcssNesting from 'postcss-nesting'; | |
| export default { | |
| plugins: { | |
| 'postcss-import': postcssImport, | |
| 'postcss-nesting': postcssNesting, | |
| } | |
| }; | |
| import postcssImport from 'postcss-import'; | |
| import postcssNesting from 'postcss-nesting'; | |
| export default { | |
| plugins: { | |
| 'postcss-import': postcssImport, | |
| 'postcss-nesting': postcssNesting, | |
| } | |
| }; | |