[ 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  
   3  module.exports = {
   4      plugins: {
   5          autoprefixer: {}
   6      }
   7  };
   8  
   9  module.exports = {
  10      plugins: [
  11          postcssFocusWithin({
  12              disablePolyfillReadyClass: true
  13          })
  14      ]
  15  };


Generated : Sat Apr 20 08:20:01 2024 Cross-referenced by PHPXref