Skip to content

Commit

Permalink
Tweaked Tailwind config and added a .editorconfig (for GitHub)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaydek Michels-Gualtieri committed Mar 7, 2020
1 parent a91efbe commit 1d2e425
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[*]
indent_size = 2
indent_style = tab
insert_final_newline = true
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
...defaultTheme.colors.gray,
50: "#fbfdfe",
},
// https://material.io/design/color/the-color-system.html#tools-for-picking-colors
// https://gist.github.com/codex-zaydek/d3d1803f981fc8ed75fc0e4f481f6ecc
"md-blue-50": { default: "#e3f2fd" },
"md-blue-100": { default: "#bbdefb" },
"md-blue-200": { default: "#90caf9" },
Expand Down

0 comments on commit 1d2e425

Please sign in to comment.