Skip to content

Commit

Permalink
fix: font weight bug fix (#267) (#326)
Browse files Browse the repository at this point in the history
* font weight bug fix (#267)

* fix: font weight bug fix (#267)

* PR review comments addressed

* New PR review comments addressed

* redundant file deleted
  • Loading branch information
florin01hyma authored Nov 5, 2024
1 parent fb3c7d3 commit 26cf7f9
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-suns-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tokens-studio/sd-transforms': patch
---

-Made the font weight case insensitive; Extra checks for style and weight values, confusions cleared up in the code; Font style and value are not both mandatory, it is fine if only one is specified; If font style is not provided, the style field will take the weight value; The bug from issue #267 is fixed.
274 changes: 273 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-mocha": "^10.4.3",
"hanbi": "^1.0.3",
"http-server": "^14.1.1",
"husky": "^8.0.0",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit 26cf7f9

Please sign in to comment.