Remove _sass directory and add package-lock.json to .gitignore
This commit is contained in:
parent
40ce5b1e6f
commit
ede254fe7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ Gemfile.lock
|
|||||||
|
|
||||||
# JavaScript
|
# 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