Skip to content

Commit

Permalink
Update CSS framework file
Browse files Browse the repository at this point in the history
I have disabled at-rule-no-unknown for this file which was causing unnecessary noise.
  • Loading branch information
patrickjfl committed Sep 27, 2024
1 parent ab32db8 commit 55f2025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/1st_load_framework.css.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* stylelint-disable scss/at-extend-no-missing-placeholder */
/* stylelint-disable scss/at-extend-no-missing-placeholder, at-rule-no-unknown */
// import the CSS framework
// Do not use *= require in Sass or your other stylesheets will not be able to access the Bootstrap mixins and variables.
@import "bootstrap";
Expand Down Expand Up @@ -53,4 +53,4 @@ section {

margin-top: 20px;
}
/* stylelint-enable scss/at-extend-no-missing-placeholder */
/* stylelint-enable scss/at-extend-no-missing-placeholder, at-rule-no-unknown */

0 comments on commit 55f2025

Please sign in to comment.