1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-08 08:02:49 +00:00

added vscode workspace settings

This commit is contained in:
2018-03-30 13:06:53 -05:00
parent b7cefa92a8
commit 3fca3f02b4
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
.vscode
node_modules
yarn-error*
dist

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}

View File

@@ -2,4 +2,3 @@
@import '~normalize.css/normalize.css';
@import '~open-color/open-color.scss';
@import './style.scss';