Skip to content

Commit

Permalink
removed tailwind (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
fofiu authored Jan 4, 2024
1 parent 79ac921 commit 5ec423d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 61 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"author": "Monogram",
"main": "prettierrc.config.js",
"dependencies": {
"@inquirer/prompts": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1"
"@inquirer/prompts": "^3.0.1"
},
"devDependencies": {
"@types/node": "^17.0.23",
Expand Down
59 changes: 1 addition & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion prettierrc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ module.exports = {
trailingComma: 'es5',
bracketSameLine: false,
semi: false,
plugins: ['prettier-plugin-tailwindcss'],
}

0 comments on commit 5ec423d

Please sign in to comment.