closure-stylesheets icon indicating copy to clipboard operation
closure-stylesheets copied to clipboard

A CSS+ transpiler that lints, optimizes, and I18n-izes

Results 67 closure-stylesheets issues
Sort by recently updated
recently updated
newest added

I get this error, but this one is a real thing https://www.w3schools.com/cssref/css3_pr_box-decoration-break.asp

I am receiving the error on the following code block: ``` body { font-family: Helvetica, sans-serif; text-size-adjust: none; -webkit-text-size-adjust: none; } ``` `text-size-adjust` is a valid CSS property.

https://github.com/google/closure-stylesheets/blob/970d51e6fb45591e50c057b118e66a364957da42/pom.xml#L83 CVE-2018-10237 CVE-2020-8908 Recommended upgrade version: 24.1.1.jre

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

cla: yes
dependencies

The following media query produces a parsing exception ``` @media screen and (color),(max-width: 60em) { .stuff { background-color: red; } } ``` ``` com.google.common.css.compiler.ast.GssParserException: Parse error in /../../style.css at line...

bug

Compiler parsing error: Parse error in /opt/codes/productname-test/productname/src/main/webapp/wc/4.0.0/css/admin/admin.css at line 10,759 column 28: filter : alpha(opacity:0) ^ com.google.common.css.compiler.ast.GssParserException: Parse error in /opt/codes/webcommanderv4-test/WebCommander/src/main/webapp/wc/4.0.0/css/admin/admin.css at line 10,759 column 28: filter : alpha(opacity:0) ^...

::slotted selectors are necessary for ShadowDOM V1 It may make sense to allow `::anyname(selectors)` instead of cherry-picking individual named selectors, but I do not know the code well enough to...

cla: yes

Parsing CSS-identifiers with escaped characters throw a compiler error: ``` Compiler parsing error: Parse error in test.css at line 1 column 5: .red\@small { ^ com.google.common.css.compiler.ast.GssParserException: Parse error in test.css...

I am running into a parse error when compiling a stylesheet that uses `calc()` with a custom `var()`. I don't precisely know why it's crashing. This might be related to...