Remove _sass directory and add package-lock.json to .gitignore
This commit is contained in:
parent
40ce5b1e6f
commit
ede254fe7d
3
.gitignore
vendored
3
.gitignore
vendored
@ -10,4 +10,5 @@ _site/
|
||||
Gemfile.lock
|
||||
|
||||
# JavaScript
|
||||
node_modules
|
||||
node_modules
|
||||
package-lock.json
|
||||
@ -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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user