-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 🎸 Design tokens, mixins and classes for typography
Design tokens and maps for typography that are used in mixins to create typography css. Also moved Chlorophyll css into hot module reloading and added .idea to gitignore ✅ Closes: #45
- Loading branch information
1 parent
f65fb1e
commit 3ae855f
Showing
16 changed files
with
458 additions
and
298 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,5 @@ coverage | |
tsconfig.tsbuildinfo | ||
|
||
## OS | ||
.DS_Store | ||
.DS_Store | ||
.idea |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!-- .storybook/preview-head.html --> | ||
<link rel="stylesheet" href="https://unpkg.com/@sebgroup/fonts@1.0.0/css/seb-fonts.min.css" /> | ||
<link rel="stylesheet" href="green-chlorophyll.css"> | ||
<style> | ||
body { | ||
font-family: 'SEBSansSerif'; | ||
font-size: 16px; | ||
} | ||
</style> | ||
</style> |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
import "../public/green-chlorophyll.css" | ||
|
||
export const parameters = { | ||
actions: { argTypesRegex: "^on[A-Z].*" }, | ||
|
Oops, something went wrong.