mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2026-03-13 06:15:03 +00:00
feat: add design tokens and css tooling
This commit is contained in:
5
prettier.config.cjs
Normal file
5
prettier.config.cjs
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
plugins: [require.resolve("prettier-plugin-tailwindcss")],
|
||||
singleQuote: false,
|
||||
trailingComma: "none"
|
||||
};
|
||||
Reference in New Issue
Block a user