Closed Bug 1692423 Opened 3 years ago Closed 3 years ago

Replace broken CSS compressor with a no-op compressor

Categories

(Webtools Graveyard :: Pontoon, enhancement, P3)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mathjazz, Assigned: mathjazz, Mentored)

Details

Our default CSS compressor removes whitespace around + and - in calc(), which are significant:
https://developer.mozilla.org/en-US/docs/Web/CSS/calc()#notes

None of the CSS compressors seems to be prone to this bug, here's another:
https://github.com/yui/yuicompressor/issues/59

As Axel pointed out on Matrix:

  • we shouldn't constrain our CSS by bugs in that pipeline
  • we can just use a no-op css compressor to cat the files together
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.