[ Index ]

PHP Cross Reference of WordPress

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(/* pluginOptions */)
  12      ]
  13  };


Generated: Thu Apr 25 01:00:03 2024 Cross-referenced by PHPXref 0.7.1