Skip to content

Commit

Permalink
feat: 🎸 Design tokens, mixins and classes for typography
Browse files Browse the repository at this point in the history
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
vsjolander committed Jun 15, 2021
1 parent f65fb1e commit 3ae855f
Show file tree
Hide file tree
Showing 16 changed files with 458 additions and 298 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ coverage
tsconfig.tsbuildinfo

## OS
.DS_Store
.DS_Store
.idea
3 changes: 1 addition & 2 deletions packages/chlorophyll-storybook/.storybook/preview-head.html
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>
1 change: 1 addition & 0 deletions packages/chlorophyll-storybook/.storybook/preview.js
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].*" },
Expand Down
Loading

0 comments on commit 3ae855f

Please sign in to comment.