Skip to content

Instantly share code, notes, and snippets.

@maxbrockman453
Created May 20, 2014 21:54
Show Gist options
  • Save maxbrockman453/f33da49f8ff2d6c0daeb to your computer and use it in GitHub Desktop.
Save maxbrockman453/f33da49f8ff2d6c0daeb to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
ul.parent
li.foo words askjfhasdkjfhfasdlkfjhas dlkfjhasdflkjahsdflkajsdhf
li
li words
li
|then i can even
a(href="#") create a link
// ----
// Sass (v3.3.7)
// Compass (v1.0.0.alpha.18)
// ----
.parent li::first-line {
color:blue;
text-transform: uppercase;
font-size: 1.3em;
}
.parent {
width: 400px;
background-color: #f9f9f9;
}
.parent li::first-line {
color: blue;
text-transform: uppercase;
font-size: 1.3em;
}
.parent {
width: 400px;
background-color: #f9f9f9;
}
<ul class="parent">
<li class="foo">words askjfhasdkjfhfasdlkfjhas dlkfjhasdflkjahsdflkajsdhf</li>
<li></li>
<li>words</li>
<li>then i can even <a href="#">create a link</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment