Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSot committed Apr 15, 2022
1 parent 50d562b commit eeb0dd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scss/bootstrap-reboot.scss
@@ -1,5 +1,5 @@
@import "mixins/banner";
@include bsBanner(Docs, 'Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)');
@include bsBanner(Docs, "Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)");

@import "functions";
@import "variables";
Expand Down
2 changes: 1 addition & 1 deletion scss/bootstrap.scss
@@ -1,5 +1,5 @@
@import "mixins/banner";
@include bsBanner('');
@include bsBanner("");


// scss-docs-start import-stack
Expand Down
2 changes: 1 addition & 1 deletion scss/mixins/_banner.scss
@@ -1,4 +1,4 @@
@mixin bsBanner($file, $suffix:'') {
@mixin bsBanner($file, $suffix:"") {
/*!
* Bootstrap #{$file} v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
Expand Down

0 comments on commit eeb0dd2

Please sign in to comment.