Clean up swap files and trailing whitespaces

This commit is contained in:
Théophile Bastian 2017-10-19 21:43:31 +02:00
parent 6b51c7bd42
commit adcf615e5b
3 changed files with 12 additions and 37 deletions

View file

@ -1,25 +0,0 @@
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import "compass/reset";
@import "_colors.scss";
body, html {
background: $fond;
padding: 0;
margin: 0;
}
.container {
background: #fff;
margin: 0 auto;
max-width: 700px;
}
header {
background: #fff;
}