Skip to content

Commit

Permalink
CSS Restructuring (#169)
Browse files Browse the repository at this point in the history
* 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
3 people authored Aug 7, 2023
1 parent a5593d1 commit 59de901
Show file tree
Hide file tree
Showing 33 changed files with 1,307 additions and 480 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
with:
node-version: 18
cache: "npm"
- name: Install dependencies
- name: Install dependencies & generate css types
run: npm i --ci
- name: Check types
run: npm run type-check
run: npm run type:check

lint:
name: lint
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ terraform.tfstate*
.env*
!.env.example

# CSS declarations
*.css.d.ts

# misc
.DS_Store
.vscode
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ src/backend/db/zapatos
.next
.nsm
.terraform
*.css.d.ts
Loading

0 comments on commit 59de901

Please sign in to comment.