Skip to content

Commit

Permalink
tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Apr 16, 2024
1 parent 0756a8a commit 33e539f
Show file tree
Hide file tree
Showing 7 changed files with 470 additions and 350 deletions.
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
"style": "css"
}
},
"root": "",
Expand All @@ -27,14 +27,14 @@
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"inlineStyleLanguage": "css",
"assets": [
"src/favicon.ico",
"src/assets",
"src/_routes.json"
],
"styles": [
"src/styles.scss"
"src/styles.css"
],
"scripts": [],
"server": "src/main.server.ts",
Expand Down Expand Up @@ -93,18 +93,18 @@
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"inlineStyleLanguage": "css",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss"
"src/styles.css"
],
"scripts": []
}
}
}
}
}
}
}
Loading

0 comments on commit 33e539f

Please sign in to comment.