Hacker News new | ask | show | jobs
by alanh 5163 days ago
“any valid CSS3 file is a valid SASS file” — Clearly you mean .scss. I imagine you’ll fix that in a minute :)

I’m also not so sure that this parser can only handle one of the two SASS syntaxes — what gives you that impression?

1 comments

Too late to edit anyways, but we're both right on this one. SCSS is a Sass syntax. ".scss" and ".sass" are both Sass files. Their docs tend to name the languages in titlecase, and the formats in all caps. That surely won't confuse anyone!