-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added design system variables to globals css and edited module files accordingly * Added css variables and generic styling. Moved some modules * Added global modules, modifed components to use. * Recommit * Added css module typing. * made most of colors use root variables * Added typecheck to PRs, new all command. * Update typography styles in globals.css * Removed invalid name from pr.yml * Fixed lint issues * Added type-css to postinstall, removed d.ts files from git. * fixed lint error * renamed action back --------- Co-authored-by: test <[email protected]> Co-authored-by: Patrick Choi <[email protected]>
- Loading branch information
1 parent
a5593d1
commit 59de901
Showing
33 changed files
with
1,307 additions
and
480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,9 @@ terraform.tfstate* | |
.env* | ||
!.env.example | ||
|
||
# CSS declarations | ||
*.css.d.ts | ||
|
||
# misc | ||
.DS_Store | ||
.vscode | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ src/backend/db/zapatos | |
.next | ||
.nsm | ||
.terraform | ||
*.css.d.ts |
Oops, something went wrong.