From: zhangenming <282126346@qq.com> Date: Mon, 27 Dec 2021 02:50:11 +0000 (+0800) Subject: refactor: remove useless css (#22) X-Git-Tag: v3.0.5~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e6899accb5b6eb48701eb42b216241a70ecc49c;p=thirdparty%2Fvuejs%2Fcreate-vue.git refactor: remove useless css (#22) --- diff --git a/playground/jsx-router-pinia-with-tests/src/components/HelloWorld.vue b/playground/jsx-router-pinia-with-tests/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/jsx-router-pinia-with-tests/src/components/HelloWorld.vue +++ b/playground/jsx-router-pinia-with-tests/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/jsx-router-pinia/src/components/HelloWorld.vue b/playground/jsx-router-pinia/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/jsx-router-pinia/src/components/HelloWorld.vue +++ b/playground/jsx-router-pinia/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/jsx-router-with-tests/src/components/HelloWorld.vue b/playground/jsx-router-with-tests/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/jsx-router-with-tests/src/components/HelloWorld.vue +++ b/playground/jsx-router-with-tests/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/jsx-router/src/components/HelloWorld.vue b/playground/jsx-router/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/jsx-router/src/components/HelloWorld.vue +++ b/playground/jsx-router/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/router-pinia-with-tests/src/components/HelloWorld.vue b/playground/router-pinia-with-tests/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/router-pinia-with-tests/src/components/HelloWorld.vue +++ b/playground/router-pinia-with-tests/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/router-pinia/src/components/HelloWorld.vue b/playground/router-pinia/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/router-pinia/src/components/HelloWorld.vue +++ b/playground/router-pinia/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/router-with-tests/src/components/HelloWorld.vue b/playground/router-with-tests/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/router-with-tests/src/components/HelloWorld.vue +++ b/playground/router-with-tests/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/router/src/components/HelloWorld.vue b/playground/router/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/router/src/components/HelloWorld.vue +++ b/playground/router/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-jsx-pinia-with-tests/src/components/HelloWorld.vue b/playground/typescript-jsx-pinia-with-tests/src/components/HelloWorld.vue index 01118cd9..b6542ced 100644 --- a/playground/typescript-jsx-pinia-with-tests/src/components/HelloWorld.vue +++ b/playground/typescript-jsx-pinia-with-tests/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-jsx-pinia/src/components/HelloWorld.vue b/playground/typescript-jsx-pinia/src/components/HelloWorld.vue index 01118cd9..b6542ced 100644 --- a/playground/typescript-jsx-pinia/src/components/HelloWorld.vue +++ b/playground/typescript-jsx-pinia/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-jsx-router-pinia-with-tests/src/components/HelloWorld.vue b/playground/typescript-jsx-router-pinia-with-tests/src/components/HelloWorld.vue index 987adb9f..ca1ebfd6 100644 --- a/playground/typescript-jsx-router-pinia-with-tests/src/components/HelloWorld.vue +++ b/playground/typescript-jsx-router-pinia-with-tests/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-jsx-router-pinia/src/components/HelloWorld.vue b/playground/typescript-jsx-router-pinia/src/components/HelloWorld.vue index 987adb9f..ca1ebfd6 100644 --- a/playground/typescript-jsx-router-pinia/src/components/HelloWorld.vue +++ b/playground/typescript-jsx-router-pinia/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-jsx-router-with-tests/src/components/HelloWorld.vue b/playground/typescript-jsx-router-with-tests/src/components/HelloWorld.vue index 987adb9f..ca1ebfd6 100644 --- a/playground/typescript-jsx-router-with-tests/src/components/HelloWorld.vue +++ b/playground/typescript-jsx-router-with-tests/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-jsx-router/src/components/HelloWorld.vue b/playground/typescript-jsx-router/src/components/HelloWorld.vue index 987adb9f..ca1ebfd6 100644 --- a/playground/typescript-jsx-router/src/components/HelloWorld.vue +++ b/playground/typescript-jsx-router/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-jsx-with-tests/src/components/HelloWorld.vue b/playground/typescript-jsx-with-tests/src/components/HelloWorld.vue index 01118cd9..b6542ced 100644 --- a/playground/typescript-jsx-with-tests/src/components/HelloWorld.vue +++ b/playground/typescript-jsx-with-tests/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-jsx/src/components/HelloWorld.vue b/playground/typescript-jsx/src/components/HelloWorld.vue index 01118cd9..b6542ced 100644 --- a/playground/typescript-jsx/src/components/HelloWorld.vue +++ b/playground/typescript-jsx/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-pinia-with-tests/src/components/HelloWorld.vue b/playground/typescript-pinia-with-tests/src/components/HelloWorld.vue index 01118cd9..b6542ced 100644 --- a/playground/typescript-pinia-with-tests/src/components/HelloWorld.vue +++ b/playground/typescript-pinia-with-tests/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-pinia/src/components/HelloWorld.vue b/playground/typescript-pinia/src/components/HelloWorld.vue index 01118cd9..b6542ced 100644 --- a/playground/typescript-pinia/src/components/HelloWorld.vue +++ b/playground/typescript-pinia/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-router-pinia-with-tests/src/components/HelloWorld.vue b/playground/typescript-router-pinia-with-tests/src/components/HelloWorld.vue index 987adb9f..ca1ebfd6 100644 --- a/playground/typescript-router-pinia-with-tests/src/components/HelloWorld.vue +++ b/playground/typescript-router-pinia-with-tests/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-router-pinia/src/components/HelloWorld.vue b/playground/typescript-router-pinia/src/components/HelloWorld.vue index 987adb9f..ca1ebfd6 100644 --- a/playground/typescript-router-pinia/src/components/HelloWorld.vue +++ b/playground/typescript-router-pinia/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-router-with-tests/src/components/HelloWorld.vue b/playground/typescript-router-with-tests/src/components/HelloWorld.vue index 987adb9f..ca1ebfd6 100644 --- a/playground/typescript-router-with-tests/src/components/HelloWorld.vue +++ b/playground/typescript-router-with-tests/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-router/src/components/HelloWorld.vue b/playground/typescript-router/src/components/HelloWorld.vue index 987adb9f..ca1ebfd6 100644 --- a/playground/typescript-router/src/components/HelloWorld.vue +++ b/playground/typescript-router/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript-with-tests/src/components/HelloWorld.vue b/playground/typescript-with-tests/src/components/HelloWorld.vue index 01118cd9..b6542ced 100644 --- a/playground/typescript-with-tests/src/components/HelloWorld.vue +++ b/playground/typescript-with-tests/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/typescript/src/components/HelloWorld.vue b/playground/typescript/src/components/HelloWorld.vue index 01118cd9..b6542ced 100644 --- a/playground/typescript/src/components/HelloWorld.vue +++ b/playground/typescript/src/components/HelloWorld.vue @@ -34,7 +34,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } }