Browse Source

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).
Ramon 8 years ago
parent
commit
d829d7553e
1 changed files with 0 additions and 0 deletions
  1. 0 0
      resources/assets/sass/_variables.scss

+ 0 - 0
resources/assets/sass/variables.scss → resources/assets/sass/_variables.scss