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
@@ -17,7 +17,7 @@ limitations under the License.
.mx_JumpToDatePicker_form {
display: flex;
// This matches the default padding of IconizedContextMenuOption
// (see context_menus/_IconizedContextMenu.scss)
// (see context_menus/_IconizedContextMenu.pcss)
padding-top: 12px;
padding-bottom: 12px;
}