mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-18 21:19:44 +00:00
11 lines
165 B
JavaScript
11 lines
165 B
JavaScript
/* eslint-disable no-undef */
|
|
/**
|
|
* @type {import('postcss').ProcessOptions}
|
|
*/
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|