stylelint: Custom properties should come first

This commit is contained in:
Garrett LeSage 2022-06-28 12:25:23 +02:00 committed by Jelle van der Waa
parent de8d42a7b0
commit c0e9e0dd71
1 changed files with 1 additions and 1 deletions

View File

@ -105,8 +105,8 @@ th {
}
.pf-c-table > tbody > tr > td:last-child {
text-align: right;
--pf-c-table--cell--Width: 10%;
text-align: right;
}
}