Skip to content

Instantly share code, notes, and snippets.

View sebholstein's full-sized avatar

Sebastian Holstein sebholstein

View GitHub Profile
$default_link_color: #000
$dark_blue: #123456
$light_green: #132312
$default_box_padding: 10px
.xy_box
padding: $default_box_padding
background: yellow
color: $dark_blue
#header
width: 900px
...
/* wird zu #header .logo */
.logo
width: 100px
background: ...
/* wird zu #header .logo .subtitle */
#header {
width: 900px;
/* wird zu #header .logo */
.logo {
width: 100px;
background: ...
}
/* regel bezieht sich durch das & auf den #header, also #header.wide */