workflow: add stylelint

This commit is contained in:
xiaoxian521
2021-09-04 12:37:23 +08:00
parent 0063261fd5
commit 173575687d
38 changed files with 3663 additions and 181 deletions

View File

@@ -15,23 +15,23 @@
-moz-osx-font-smoothing: grayscale;
}
.team-iconshanchu:before {
.team-iconshanchu::before {
content: "\e617";
}
.team-iconshow-main-container:before {
.team-iconshow-main-container::before {
content: "\e878";
}
.team-iconhidden-main-container:before {
.team-iconhidden-main-container::before {
content: "\e881";
}
.team-iconexit-fullscreen:before {
.team-iconexit-fullscreen::before {
content: "\e62a";
}
.team-iconfullscreen:before {
.team-iconfullscreen::before {
content: "\e62b";
}