Skip to content

Commit 0e6899a

Browse files
authored
refactor: remove useless css (vuejs#22)
1 parent 1aa8069 commit 0e6899a

File tree

24 files changed

+0
-24
lines changed

24 files changed

+0
-24
lines changed

playground/jsx-router-pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/jsx-router-pinia/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/jsx-router-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/jsx-router/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/router-pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/router-pinia/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/router-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/router/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/typescript-jsx-pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-jsx-pinia/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-jsx-router-pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-jsx-router-pinia/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-jsx-router-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-jsx-router/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-jsx-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-jsx/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-pinia/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-router-pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-router-pinia/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-router-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-router/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

playground/typescript/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

0 commit comments

Comments
 (0)