source:
twentynineteen/1.1/postcss.config.js
| Last change on this file was 104360, checked in by , 7 years ago | |
|---|---|
| File size: 219 bytes | |
| Line | |
|---|---|
| 1 | var postcssFocusWithin = require('postcss-focus-within'); |
| 2 | |
| 3 | module.exports = { |
| 4 | plugins: { |
| 5 | autoprefixer: {} |
| 6 | } |
| 7 | }; |
| 8 | |
| 9 | module.exports = { |
| 10 | plugins: [ |
| 11 | postcssFocusWithin(/* pluginOptions */) |
| 12 | ] |
| 13 | }; |
Note: See TracBrowser
for help on using the repository browser.