mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-22 21:04:25 +00:00
chore: update frontend folder
This commit is contained in:
10
frontend/extension/postcss.config.js
Normal file
10
frontend/extension/postcss.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/* eslint-disable no-undef */
|
||||
/**
|
||||
* @type {import('postcss').ProcessOptions}
|
||||
*/
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user