Don't specify file extensions in SCSS imports

This commit is contained in:
Dennis Schubert 2015-02-28 05:04:39 +01:00
parent dfedb82ebd
commit ab4e04e8c4
4 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
@import "colors";
@import "_mixins.css.scss";
@import "_mixins";
#hovercard {
border-radius: 2px;

View file

@ -1,5 +1,5 @@
@import 'colors';
@import '_mixins.css.scss';
@import "colors";
@import "_mixins";
.mentions-input-box {
border-radius: 3px;

View file

@ -1,11 +1,11 @@
@import 'bootstrap';
@import 'bootstrap-responsive';
@import "bootstrap";
@import "bootstrap-responsive";
@import "colors";
@import "_mixins.css.scss";
@import 'vendor/autoSuggest';
@import '_flash_messages.scss';
@import "_mixins";
@import "vendor/autoSuggest";
@import "_flash_messages";
@import 'header';
@import "header";
a {
color: #2489ce;

View file

@ -2,7 +2,7 @@
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
@import "_mixins.css.scss";
@import "_mixins";
$button-border-color: #aaa;