SCSS is a superset of CSS with "a few small exceptions" - what are they?

Viewed 175

As of today, the SASS syntax page says

The SCSS syntax uses the file extension .scss. With a few small exceptions, it’s a superset of CSS, which means essentially all valid CSS is valid SCSS as well

However, there seems to be no documentation regarding what the "small exceptions" are. Can these be found anywhere except the SASS/SCSS source code?

0 Answers
Related