Removed .css from .css.scss from files which were causing deprecation warning
This commit is contained in:
parent
0ee0da1898
commit
8e91f51940
11 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@import "breakpoints.css.scss";
|
||||
@import "breakpoints.scss";
|
||||
|
||||
.dashbox span.fa {
|
||||
line-height: 1.1em;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@import "breakpoints.css.scss";
|
||||
@import "breakpoints.scss";
|
||||
.nav-osem {
|
||||
border: none;
|
||||
@include breakpoint(xs) {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@import "breakpoints.css.scss";
|
||||
@import "breakpoints.scss";
|
||||
|
||||
#splash {
|
||||
// Counter the general padding for #content
|
||||
Loading…
Add table
Add a link
Reference in a new issue