Skip to content

Commit

Permalink
Using / for division deprecation warning free mixtint coreui 2 versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Jan 3, 2022
1 parent 0c4feb4 commit ecff979
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,4 @@ $sidebar-minimizer-borders: (

$sidebar-minimizer-hover-bg: $gray-300;

@import "~@coreui/coreui/scss/variables";
@import "~@mixtint/coreui/scss/variables";
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "variables";
@import "~@coreui/coreui/scss/coreui";
@import "~@mixtint/coreui/scss/coreui";
@import "custom";

$fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/packs/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import JQuery from 'jquery';
window.$ = window.JQuery = JQuery;

import "bootstrap";
import "@coreui/coreui"
import "@mixtint/coreui"

import "stylesheets/application"

Expand Down

0 comments on commit ecff979

Please sign in to comment.