Skip to content
Snippets Groups Projects
.postcssrc.js 246 B
Newer Older
  • Learn to ignore specific revisions
  • Pan's avatar
    Pan committed
    // https://github.com/michael-ciniawsky/postcss-load-config
    
    module.exports = {
      "plugins": {
    
        "postcss-import": {},
    
    Pan's avatar
    Pan committed
        "postcss-url": {},
        // to edit target browsers: use "browserslist" field in package.json
    
    Pan's avatar
    Pan committed
        "autoprefixer": {}
      }
    }