Mikko Apo
Results
1
comments of
Mikko Apo
Here's an example test case for that: ``` .recipient input.text {width:400px;} .recipient input.postal {width:100px;} .recipient input.city {width:278px;} ``` gets converted to ``` .recipient { input.city { width:278px; } input.postal {...