postcss.config.js 76 B

12345
  1. const rtl = require('postcss-rtl')
  2. module.exports = {
  3. plugins: [rtl()]
  4. }