Skip to content

Commit

Permalink
Merge pull request #146 from HunnySajid/feat/109-replace-tailwind
Browse files Browse the repository at this point in the history
Feat/109 Replace tailwind
  • Loading branch information
HunnySajid committed Mar 22, 2024
2 parents d5f3262 + fcbd6df commit 732ec06
Show file tree
Hide file tree
Showing 58 changed files with 1,181 additions and 1,034 deletions.
6 changes: 3 additions & 3 deletions example-web/my-app/src/index.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
Loading

0 comments on commit 732ec06

Please sign in to comment.