oont-contents/plugins/tamara-checkout/postcss.config.js
2025-02-08 15:10:23 +01:00

7 lines
No EOL
99 B
JavaScript

/* jshint node: true */
module.exports = {
plugins: [
require('autoprefixer')
]
};