[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentynineteen/ -> postcss.config.js (source)

   1  var postcssFocusWithin = require('postcss-focus-within');
   2  var autoprefixer = require('autoprefixer');
   3  
   4  module.exports = {
   5      plugins: [
   6          postcssFocusWithin({
   7              disablePolyfillReadyClass: true
   8          }),
   9          autoprefixer()
  10      ]
  11  };


Generated : Thu Jun 18 08:20:10 2026 Cross-referenced by PHPXref