Rename variables.scss to _variables.scss

We don't need variables.scss to be compiled into CSS, because it's being imported into app.scss (and get's compiled there). Added an underscore so the Sass compiler ignores this file, which is a common practice with Sass partials (see http://sass-lang.com/guide @ Partials).
This commit is contained in:
Ramon 2016-09-14 11:19:50 +02:00 committed by GitHub
parent 6f6851946b
commit d829d7553e
1 changed files with 0 additions and 0 deletions