refactor: add stylelint processor

This commit is contained in:
charlie
2020-12-07 12:37:20 +08:00
parent 02171423eb
commit 7c7ce3d740
7 changed files with 46 additions and 21 deletions

View File

@@ -1,6 +1,5 @@
.cp__header {
@apply shadow z-10 h-12 pr-4;
position: relative;
display: flex;
align-items: center;
@@ -62,4 +61,4 @@
.cp__right-menu-button {
display: block;
}
}
}