Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

List is missing 'all' property. Giving compile error. #143

Open
jakeatderivita opened this issue Jan 22, 2020 · 0 comments
Open

List is missing 'all' property. Giving compile error. #143

jakeatderivita opened this issue Jan 22, 2020 · 0 comments

Comments

@jakeatderivita
Copy link

jakeatderivita commented Jan 22, 2020

'all' is a widely supported property but cannot be used in the minifier.

static {
List<Builder> recognizedProperties = ImmutableList.of(
builder("align-content"),
builder("align-items"),
builder("align-self"),
builder("alignment-baseline").isSvgOnly(),
builder("animation"),
builder("animation-delay"),
builder("animation-direction"),
builder("animation-duration"),
builder("animation-fill-mode"),
builder("animation-iteration-count"),
builder("animation-name"),
builder("animation-play-state"),
builder("animation-timing-function"),
builder("azimuth"),
builder("backface-visibility"),
builder("background-attachment"),
builder("background-clip"),
builder("background-color"),
builder("background-image"),
builder("background-origin"),
builder("background-position"),
builder("background-position-x"),
builder("background-position-y"),
builder("background-repeat"),
builder("background-size"),
builder("background"),
builder("baseline-shift").isSvgOnly(),
builder("border-collapse"),
builder("border-color").setHasPositionalParameters(true),
builder("border-spacing"),
builder("border-style").setHasPositionalParameters(true),
builder("border-top"),
builder("border-right"),
builder("border-bottom"),
builder("border-left"),
builder("border-top-color"),
builder("border-right-color"),
builder("border-bottom-color"),
builder("border-left-color"),
builder("border-top-style"),
builder("border-right-style"),
builder("border-bottom-style"),

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant