Skip to content

Commit 9ba57ef

Browse files
committed
fix: fix 'stylelint' 'no-css-comments' rule error
1 parent 331b5c9 commit 9ba57ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/meta-flags-css/CustomFlags.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*!
22
* Note: this file doesn't have to contain SASS, you can write it in simple Css,
33
* PostCSS, or whatever preprocessor your app is using. See below for the Css
44
* version.
@@ -17,7 +17,7 @@ $flag-icon-css-path: './images' !default;
1717
}
1818

1919
// Css version of this file.
20-
/*
20+
/*!
2121
.flag-icon-w1 {
2222
background-image: url(./images/4x3/w1.svg);
2323
}

0 commit comments

Comments
 (0)