edzillion / blood-n-guts

Other
4 stars 16 forks source link

Problem when loading pseudo element css selectors for both Chrome and FF #170

Closed edzillion closed 3 years ago

edzillion commented 3 years ago
::-moz-color-swatch {
  opacity: 1;
}

::-webkit-color-swatch {
  opacity: 1;
}

Seems to depend on the load order, but each browser seems to stop the other from loading their own rule.

edzillion commented 3 years ago

I have removed this feature altogether in the upcoming 0.8.0 version