Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created December 4, 2015 20:09
Show Gist options
  • Save cimmanon/5a89247dd76ced0a68df to your computer and use it in GitHub Desktop.
Save cimmanon/5a89247dd76ced0a68df to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
nav{
&>ol{
&>li{
text-transform: lowercase;
&>ol{
&>li{
/* do not apply any text transform */
}
}
}
}
}
nav > ol > li {
text-transform: lowercase;
}
nav > ol > li > ol > li {
/* do not apply any text transform */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment