chore(stylelint-config): add stylelint-config-prettier

This commit is contained in:
chenjiahan
2020-04-02 16:00:35 +08:00
parent d48cd73adb
commit f1887a2890
9 changed files with 47 additions and 32 deletions
+6 -2
View File
@@ -71,8 +71,12 @@
z-index: 2;
width: 100%;
height: 100%;
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4)),
linear-gradient(0deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4));
background-image: linear-gradient(
180deg,
hsla(0, 0%, 100%, 0.9),
hsla(0, 0%, 100%, 0.4)
),
linear-gradient(0deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.4));
background-repeat: no-repeat;
background-position: top, bottom;
backface-visibility: hidden;