Skip to content

Instantly share code, notes, and snippets.

@starryeyez024
Created November 19, 2015 20:54
Show Gist options
  • Select an option

  • Save starryeyez024/843a551422c528f4bc08 to your computer and use it in GitHub Desktop.

Select an option

Save starryeyez024/843a551422c528f4bc08 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="test">
<ul>
<li>Here</li>
<li>There</li>
<li>Everywhere</li>
</ul>
</div>
// ----
// libsass (v3.2.5)
// ----
.test{text-align:center}
.test ul{
display:inline-block;
text-align:left;
}
.test {
text-align: center;
}
.test ul {
display: inline-block;
text-align: left;
}
<div class="test">
<ul>
<li>Here</li>
<li>There</li>
<li>Everywhere</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment