D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
wp
/
themes
/
twentynineteen
/
Filename :
postcss.config.js
back
Copy
var postcssFocusWithin = require('postcss-focus-within'); module.exports = { plugins: { autoprefixer: {} } }; module.exports = { plugins: [ postcssFocusWithin(/* pluginOptions */) ] };