From 0e6899accb5b6eb48701eb42b216241a70ecc49c Mon Sep 17 00:00:00 2001 From: zhangenming <282126346@qq.com> Date: Mon, 27 Dec 2021 10:50:11 +0800 Subject: [PATCH] refactor: remove useless css (#22) --- .../jsx-router-pinia-with-tests/src/components/HelloWorld.vue | 1 - playground/jsx-router-pinia/src/components/HelloWorld.vue | 1 - playground/jsx-router-with-tests/src/components/HelloWorld.vue | 1 - playground/jsx-router/src/components/HelloWorld.vue | 1 - playground/router-pinia-with-tests/src/components/HelloWorld.vue | 1 - playground/router-pinia/src/components/HelloWorld.vue | 1 - playground/router-with-tests/src/components/HelloWorld.vue | 1 - playground/router/src/components/HelloWorld.vue | 1 - .../src/components/HelloWorld.vue | 1 - playground/typescript-jsx-pinia/src/components/HelloWorld.vue | 1 - .../src/components/HelloWorld.vue | 1 - .../typescript-jsx-router-pinia/src/components/HelloWorld.vue | 1 - .../src/components/HelloWorld.vue | 1 - playground/typescript-jsx-router/src/components/HelloWorld.vue | 1 - .../typescript-jsx-with-tests/src/components/HelloWorld.vue | 1 - playground/typescript-jsx/src/components/HelloWorld.vue | 1 - .../typescript-pinia-with-tests/src/components/HelloWorld.vue | 1 - playground/typescript-pinia/src/components/HelloWorld.vue | 1 - .../src/components/HelloWorld.vue | 1 - playground/typescript-router-pinia/src/components/HelloWorld.vue | 1 - .../typescript-router-with-tests/src/components/HelloWorld.vue | 1 - playground/typescript-router/src/components/HelloWorld.vue | 1 - playground/typescript-with-tests/src/components/HelloWorld.vue | 1 - playground/typescript/src/components/HelloWorld.vue | 1 - 24 files changed, 24 deletions(-) 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; } } -- 2.39.5