in another lan ua e that adds lots of tasty oodies that don’t exist in CSS, ivin you more control, while still spittin out somethin a browser can understand.
{ list-style: none; li { background: #ccc; a { color: #ccc; } } } } Less nav width 200px ul list-style none li background #ccc a color: #ccc Stylus nav { width: 200px ul { list-style: none; li { background: #ccc; a { color: #ccc; } } } }
{ list-style: none; } li { background: #ccc; } a { color: #ccc; } } Less nav width 200px ul list-style none li background #ccc a color #ccc Stylus nav { width: 200px; ul { list-style: none; } li { background: #ccc; } a { color: #ccc; } }