Adi

Results 2 comments of Adi

Is this going to be implemented soon? currently I'm just doing this: ```css *:not(i):not(.fa){ font-family: 'Iosevka Web' !important; } ```

I think a flag in prettier config would be best IMO ```js module.exports = { ... "importOrder": ["^@core/(.*)$", "^@server/(.*)$", "^@ui/(.*)$", "^[./]"], "importOrderSeparation": true, "importOrderSortSpecifiers": true, "importOrderSortByLength": "asc" | "desc" }...