New syntax: SASS. Some fixes for CSS and SCSS
ClosedPublic

Authored by jpoelen on Aug 18 2019, 7:32 PM.

Details

Summary

CSS, SCSS (CSS4):

  • number in scientific notation: 12.3e3
  • hexadecimal rgba: #fffa and #ffffffaa
  • new units: cap,ic,lh,rlh,vi,vb,vmin,vmax,Q,in,dpi,dpcm,dppx,x
  • remove unknown unit: vm
  • new pseudo selector: matches

SCSS:

  • fix nested function
  • fix ... as operator
  • fix interpolation as property

SASS:

  • new syntax

BUG: 149313

Diff Detail

Repository
R216 Syntax Highlighting
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jpoelen requested review of this revision.Aug 18 2019, 7:32 PM
jpoelen created this revision.
dhaumann accepted this revision.Aug 19 2019, 10:34 AM

Thanks for working on this.

This revision is now accepted and ready to land.Aug 19 2019, 10:34 AM
This revision was automatically updated to reflect the committed changes.