angelovcom.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

postcss.config.js (219B)


      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 };