Closed npoliquin closed 1 year ago
It is possible to re-order nested properties?
font: { size: 16px; weight: 700; } position: absolute;
Expected
position: absolute; font: { size: 16px; weight: 700; }
It is not possible in this plugin. And will never will. Nested properties are only a Sass feature, and very rarely used, so it doesn't make sense to make codebase complication for it.
It is possible to re-order nested properties?
Expected