ExCSS
ExCSS copied to clipboard
A CSS Parser for .NET. It's BADA55!
When it happens: At `Stylesheet stylesheet = parser.Parse(css);`, whenever the CSS string contains a selector with attribute matching and only in the WebGL build, in the editor it works fine....
I noticed that when I use EXCSS, when I have a comment with //, it won't apply the CSS class just below it. I also noticed that it will convert...
 Parsing "clip-path" field not working with any values ``` .st0{clip-path:url(#SVGID_2_);fill:#E53F97;stroke:#000000;} .st0{clip-path:circle(40%);fill:#E53F97;stroke:#000000;} ```
 When 84% cannot parse opacity. Unable to parse. When it is 0.84, it is correct
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Since I did not find any documentation, I had to ask here. I have this CSS: ``` :root { --color1: E38082 --color11: 0, 0, 0 ; --color12: 202, 200, 196...
When parsing a class with 'grid-template-columns', no property is returned that matches it. `` .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; width: 100%; } `` I tested on...
Hi. When trying to parse a css file while the current culture is not western (en, fr...) an exception is thrown: ``` ExCSS.ParseException: Unrecognized integer value '-1.' at ExCSS.NumberToken.get_IntegerValue() at...
For reference: https://test.csswg.org/suites/css21_dev/20110323/html4/list-style-020.htm The following style declaration fails to parse, and parses as just empty text: `list-style: none square;`
Hello, I have the following CSS: ``` * { transition-property: background-color, color, border-color; transition-duration: 0.5s; transition-timing-function: ease; } ``` The transition-duration and transition-timing-function work fine, but the transition-property declaration is...