Skip to content

Commit

Permalink
Add TailwindCSS (#1252)
Browse files Browse the repository at this point in the history
* Setup TailwindCSS

* Fully setup configuration

* Refactor some tailwind variables
  • Loading branch information
ferothefox authored Jul 7, 2024
1 parent 0f2ddb4 commit abec2e4
Show file tree
Hide file tree
Showing 176 changed files with 7,906 additions and 7,434 deletions.
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

6 changes: 0 additions & 6 deletions .prettierrc

This file was deleted.

8 changes: 6 additions & 2 deletions apps/frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"extends": ["@nuxt/eslint-config"],
"ignorePatterns": ["!**/*", ".nuxt/**", ".output/**", "node_modules"],
"extends": ["@nuxt/eslint-config", "plugin:prettier/recommended", "prettier"],
"env": {
"browser": true,
"node": true
},
"ignorePatterns": [".nuxt/**", ".output/**", "node_modules"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx", "*.vue"],
Expand Down
3 changes: 3 additions & 0 deletions apps/frontend/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/.nuxt
**/dist
**/node_modules
4 changes: 4 additions & 0 deletions apps/frontend/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"endOfLine": "auto",
"plugins": ["prettier-plugin-tailwindcss"]
}
4 changes: 2 additions & 2 deletions apps/frontend/COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ This includes, but may not be limited to, the following files:

- assets/images/404.svg
- assets/images/logo.svg
- components/brand/*
- components/brand/\*
- static/favicon.ico
- static/favicon-light.ico

## External logos

The following files are owned by their respective copyright holders and must be used within each of their Brand Guidelines:

- assets/images/external/*
- assets/images/external/\*
2 changes: 1 addition & 1 deletion apps/frontend/crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project_id: 518556
preserve_hierarchy: true
commit_message: '[ci skip]'
commit_message: "[ci skip]"

files:
- source: /locales/en-US/*
Expand Down
Loading

0 comments on commit abec2e4

Please sign in to comment.