gorilla / css

Package gorilla/css is a CSS3 tokenizer.
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
87 stars 36 forks source link

_double_quote vs _single_quote #10

Closed anmol27katyani closed 7 years ago

anmol27katyani commented 7 years ago

Double quotes are more common and idiomatic in both CSS and HTML, single quotes are more common and idiomatic in JS. This is the same reason that JSX has double quotes, despite JS having single quotes: the similarity to HTML implies using similar quote styles. CSS → SASS is no different.

Am I correct at this?? @garyburd