Skip to content

Commit

Permalink
Merge pull request #80 from CMDBrew/fix_sass
Browse files Browse the repository at this point in the history
refactor: cleanup sass comments
  • Loading branch information
ilunglee authored Sep 28, 2021
2 parents 96cb262 + 7ea154c commit fa6e5f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/adminterface/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
@import "./vendors/all";
@import "./components/all";

/* stylelint-disable no-invalid-position-at-import-rule */
// stylelint-disable no-invalid-position-at-import-rule
@media screen {
@import "./layouts/all";
}

@media print {
@import "./print";
}
/* stylelint-enable no-invalid-position-at-import-rule */
// stylelint-enable no-invalid-position-at-import-rule
2 changes: 1 addition & 1 deletion lib/generators/adminterface/webpacker/templates/print.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* Active Admin Print Stylesheet */
// Active Admin Print Stylesheet
// Keeping this file for activeadmin <= 2.9.0 backward compatibility. The latest ActiveAdmin has combined print.scss into the main file.
// https://github.com/activeadmin/activeadmin/pull/6922/commits/14b64cdf946449091a467ea22adbafd88782b614

0 comments on commit fa6e5f8

Please sign in to comment.