Brak opisu

postcss.config.js 121B

12345678
  1. module.exports = {
  2. plugins: {
  3. "postcss-import": {},
  4. "postcss-simple-vars": {},
  5. "postcss-nested": {}
  6. },
  7. }