Files
2025-07-15 09:59:21 +05:00

16 lines
526 B
JavaScript

/* eslint-disable */
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: [
// Autoprefixer removed - modern browsers don't need prefixes
// https://github.com/postcss/autoprefixer
// https://github.com/elchininet/postcss-rtlcss
// If you want to support RTL css, then
// 1. yarn/npm install postcss-rtlcss
// 2. optionally set quasar.config.js > framework > lang to an RTL language
// 3. uncomment the following line:
// require('postcss-rtlcss')
],
};