PavelFil
PavelFil
This code: ```CSS @media (hover:hover) and (pointer:fine) and (-ms-high-contrast:none),(hover:hover) and (pointer:fine) and screen and (-ms-high-contrast:active){ .breadcrumbs .breadcrumbs__link:hover{ border-color:#242424; color:#242424 } } ``` Return error: ``` [csstree-match] BREAK after 15000 iterations...
I have huge HTML 2MB: ```html dnbfkjsb asdhfjkashjkfhalkshdfljkhaskdj fhkajsdfkjaslflkjashdlfkhaskldfhaklsj hdflkasdfkjlhasdflkashdklfj hasdk ``` And the request below takes 78 seconds: ```php hQuery::fromHTML($html)->find('script,style'); ``` In browser equal request takes less than 0.2...
For file [test.zip](https://github.com/user-attachments/files/17452027/test.zip) This command: ``` pyftsubset 'test.ttf' --output-file='new-test.ttf' --unicodes='U+21-23' --layout-features="" --drop-tables+=GSUB --no-notdef-glyph ``` throw the error ``` Traceback (most recent call last): File "/home/webuser/.local/bin/pyftsubset", line 8, in sys.exit(main()) ^^^^^^...
uglify-js 3.19.3 [test-js.zip](https://github.com/user-attachments/files/17452043/test-js.zip) Run ``` uglifyjs test.js ``` Receive ``` ERROR: Maximum call stack size exceeded at [Symbol.hasInstance] () at Object.prepend_comments (eval at (/usr/local/lib/node_modules/uglify-js/tools/node.js:18:1), :21553:18) at doit (eval at (/usr/local/lib/node_modules/uglify-js/tools/node.js:18:1),...
Hello. This code doesn't show any error. ```CSS body { color: var(primary-color); } ``` But property names must be prefixed with --.
This code doesn't print any error. ```CSS ::gsdfgsdf {} @media gsdfgdfg {} ```
Hello. This code doesn't show any error. ```CSS body { color: var(primary-color); } ``` But property names must be prefixed with --. https://github.com/csstree/validator/issues/38
Hi. I need to add some tags for words in a .dic file an receive them in Hunspell output. For example, we have 3 words: rocker, Docker, locker. When we...
This code: ```css .grid { background: radial-gradient(circle, rgba(50, 0, 0, .5) 0, transparent 50%), radial-gradient(farthest-side circle, transparent 1%, green 5%, transparent 0), radial-gradient(farthest-side circle, transparent 11%, green 15%, transparent 0),...