Removed .css from .css.scss from files which were causing deprecation warning

This commit is contained in:
Naman Gupta 2018-01-11 18:07:37 +05:30
parent 61fcc262c8
commit b5b71cbbd1
11 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
@import "breakpoints.css.scss"; @import "breakpoints.scss";
.dashbox span.fa { .dashbox span.fa {
line-height: 1.1em; line-height: 1.1em;

View file

@ -1,4 +1,4 @@
@import "breakpoints.css.scss"; @import "breakpoints.scss";
.nav-osem { .nav-osem {
border: none; border: none;
@include breakpoint(xs) { @include breakpoint(xs) {

View file

@ -1,4 +1,4 @@
@import "breakpoints.css.scss"; @import "breakpoints.scss";
#splash { #splash {
// Counter the general padding for #content // Counter the general padding for #content