Skip to content

Commit

Permalink
Adding initial structure and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Grato committed Jul 15, 2022
1 parent 2e23984 commit 07814fc
Show file tree
Hide file tree
Showing 25 changed files with 13,400 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
node_modules
6 changes: 6 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"singleQuote": true,
"jsxSingleQuote": false,
"tabWidth": 2,
"semi": true
}
394 changes: 373 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions declaration.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '*.scss';
Loading

0 comments on commit 07814fc

Please sign in to comment.