diff --git a/app/assets/stylesheets/1st_load_framework.css.scss b/app/assets/stylesheets/1st_load_framework.css.scss index ef752e05..f29ee941 100644 --- a/app/assets/stylesheets/1st_load_framework.css.scss +++ b/app/assets/stylesheets/1st_load_framework.css.scss @@ -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"; @@ -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 */