initial extension

This commit is contained in:
n4ze3m
2023-04-09 23:28:52 +05:30
parent 012035ecbe
commit a3ebeb8507
20 changed files with 12113 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/**
* @type {import('postcss').ProcessOptions}
*/
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}