cosmos-explorer/postcss.config.js

6 lines
77 B
JavaScript
Raw Permalink Normal View History

2021-07-21 14:07:38 +00:00
const rtl = require('postcss-rtl')
module.exports = {
plugins: [rtl()],
}