566 scss aliasing #573
2 changed files with 4 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -7,6 +7,10 @@ node_modules
|
||||||
client/build
|
client/build
|
||||||
|
|
||||||
client_custom/build
|
client_custom/build
|
||||||
|
client_custom/scss
|
||||||
|
client_custom/src/components
|
||||||
|
client_custom/src/containers
|
||||||
|
client_custom/src/pages
|
||||||
|
|
||||||
devConfig/sequelizeCliConfig.js
|
devConfig/sequelizeCliConfig.js
|
||||||
devConfig/testingConfig.js
|
devConfig/testingConfig.js
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
body {
|
body {
|
||||||
background-color: yellow;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue