You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
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:
committed by
GitHub
parent
7842d5165c
commit
01f4bb8c78
@ -22,7 +22,7 @@ const MyComponent = () => {
|
||||
Icon components are svg elements and can be styled as usual.
|
||||
|
||||
```
|
||||
// _MyComponents.scss
|
||||
// _MyComponents.pcss
|
||||
.mx_MyComponent-icon {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
@ -41,4 +41,4 @@ const MyComponent = () => {
|
||||
<FavoriteIcon className="mx_MyComponent-icon" role="img" aria-hidden="false">
|
||||
</>;
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user