Rename PostCSS files to .pcss (#9013)

* Rename PostCSS files to `.pcss`

* Make Stylelint happy

* Delint

* Rename new files too

* delint

* Fix bad comment placement
This commit is contained in:
Michael Telatynski
2022-07-15 14:53:23 +01:00
committed by GitHub
parent 7842d5165c
commit 01f4bb8c78
371 changed files with 740 additions and 1045 deletions
@@ -35,7 +35,7 @@ limitations under the License.
padding-top: 9px; // TODO: Use a spacing variable
}
.mx_EventTile[data-layout=bubble] {
.mx_EventTile[data-layout="bubble"] {
margin-top: 30px; // TODO: Use a spacing variable
}
@@ -47,7 +47,7 @@ limitations under the License.
padding: 10px;
pointer-events: none;
.mx_EventTile[data-layout=bubble] .mx_EventTile_line {
.mx_EventTile[data-layout="bubble"] .mx_EventTile_line {
padding-right: 11px;
}
}
@@ -76,11 +76,11 @@ limitations under the License.
.mx_EventTile {
margin: 0;
&[data-layout=bubble] {
&[data-layout="bubble"] {
margin-right: 40px;
flex-shrink: 1;
}
&[data-layout=irc] {
&[data-layout="irc"] {
> a {
display: none;
}