Timeline for Why does nobody use indentation in css? [closed]
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 23, 2016 at 14:01 | vote | accept | phil294 | ||
| Apr 8, 2016 at 0:10 | history | closed | amon Ixrec Robert Harvey Bryan Oakley gnat | Opinion-based | |
| Apr 7, 2016 at 14:29 | answer | added | Jeff | timeline score: 3 | |
| Apr 7, 2016 at 13:53 | review | Close votes | |||
| S Apr 8, 2016 at 0:12 | |||||
| Apr 7, 2016 at 13:42 | comment | added | CodesInChaos | There css preprocessors that support nesting, which is similar to what you want, but without being as ugly. | |
| Apr 7, 2016 at 13:38 | comment | added | Katana314 | Indentation, in my experience, should match syntax, not semantics. By indenting further, many coders might briefly think that it's somehow part of the same syntactical rule that was above, decreasing code readability even if it's meant to improve semantic readability. LESS, a CSS transpiler, happens to make this easier by actually providing special syntax for the above situation, in which the first curly brace does not close. | |
| Apr 7, 2016 at 13:34 | history | edited | gnat | CC BY-SA 3.0 | added 11 characters in body; edited tags |
| Apr 7, 2016 at 13:34 | review | First posts | |||
| S Apr 8, 2016 at 0:12 | |||||
| Apr 7, 2016 at 13:31 | history | asked | phil294 | CC BY-SA 3.0 |