Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created December 4, 2015 20:09
Show Gist options
  • Save cimmanon/9032df337f6d3f075ba8 to your computer and use it in GitHub Desktop.
Save cimmanon/9032df337f6d3f075ba8 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