diff --git a/.gitignore b/.gitignore index d84001f..883fcab 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ _site/ Gemfile.lock # JavaScript -node_modules \ No newline at end of file +node_modules +package-lock.json \ No newline at end of file diff --git a/_sass/main.scss b/_sass/main.scss deleted file mode 100644 index 0bfca28..0000000 --- a/_sass/main.scss +++ /dev/null @@ -1,9 +0,0 @@ -$backgroundColor: #ffffff; -$bodyColor: #000000; -$bodyFont: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; - -body { - background: $backgroundColor; - color: $bodyColor; - font-family: $bodyFont; -} \ No newline at end of file