Roman Dvornov
Results
231
comments of
Roman Dvornov
Btw, you can workaround the issue on your side by overriding the `` syntax using `fork()` method: ```js import { lexer, fork } from 'css-tree'; const alteredSyntax = fork({ properties:...