Skip to content

Commit

Permalink
Merge pull request #107 from core-ds/fix/broken-css
Browse files Browse the repository at this point in the history
Fix/broken css
  • Loading branch information
heymdall-legal authored Aug 30, 2023
2 parents ee37fd3 + 8b5fb79 commit d74e2ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: yarn install and test
run: |
yarn install --immutable
yarn run turbo test build lint
yarn run test
env:
CI: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--gap: 2px;
}
.primary {
color: color-mod(var(--color-primary), a(0.5));
color: color-mod(var(--color-primary) a(0.5));
margin-top: calc(var(--gap) * 2);

&__footer {
Expand Down

0 comments on commit d74e2ed

Please sign in to comment.