Skip to content

Instantly share code, notes, and snippets.

@FMCorz
Created July 21, 2016 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FMCorz/0b0377c3a86e6ac2be558c5895266a5c to your computer and use it in GitHub Desktop.
Save FMCorz/0b0377c3a86e6ac2be558c5895266a5c to your computer and use it in GitHub Desktop.
/** Using scssphp */
error, pre seriousError, span seriousError, other, hello {
border: 1px #f00;
background-color: #fdd; }
pre seriousError, span seriousError {
font-size: 20px; }
hello {
color: green; }
hello div {
margin: 10px; }
.cool, .me {
color: red; }
.blue, .me {
color: purple; }
a:hover, .hoverlink, #demo .overview .fakelink:hover {
text-decoration: underline; }
div.hello.world.hmm, pre div.okay.span.world.hmm, pre #butt .umm div.sure.span.world.hmm, code div.okay.span.world.hmm, code #butt .umm div.sure.span.world.hmm {
color: blue; }
.xxxxx .xxxxx .xxxxx, code .xxxxx .xxxxx, code code .xxxxx, code code code, code .xxxxx code, .xxxxx code .xxxxx, .xxxxx code code, .xxxxx .xxxxx code {
color: green; }
code {
color: red; }
.alpha, .beta, .gama {
color: red; }
.beta, .gama {
color: white; }
.gama {
color: blue; }
#admin .tabbar a, #admin .tabbar #demo .overview .fakelink {
font-weight: bold; }
a1 b1 c1 d1, x1 y1 z1 w1 b1 c1 d1 {
color: red; }
a2 b2 c2 d2, a2 x2 y2 z2 w2 c2 d2 {
color: red; }
a3 b3 c3 d3, a3 b3 x3 y3 z3 w3 d3 {
color: red; }
a4 b4 c4 d4, a4 b4 c4 x4 y4 z4 w4 {
color: red; }
#butt .yeah .okay, #butt .yeah .umm .sure {
font-weight: bold; }
a9 b9 s9 t9 v9, a9 b9 s9 t9 x9 y9 z9 {
color: red; }
@media print {
horse, man {
color: blue; } }
man {
color: red; }
wassup {
color: blue; }
.foo .wassup {
color: blue; }
#something, .x, .y {
color: red; }
.nav-justified, .nav-tabs.nav-justified {
text-align: justify; }
.btn:hover, .edit .actions button:hover, .edit .new .actions button:hover, .btn:active, .edit .actions button:active, .edit .new .actions button:active, .btn.active, .edit .actions button.active, .edit .new .actions button.active, .btn.disabled, .edit .actions button.disabled, .edit .new .actions button.disabled, .btn[disabled], .edit .actions button[disabled], .edit .new .actions button[disabled] {
color: red; }
.edit .actions button {
float: right; }
.edit .new .actions {
padding: 0; }
.z, .parent .self.z {
color: red; }
#content .social-login {
display: block;
float: right;
margin-right: 15px;
width: 250px; }
#content .social-login .facebook, #content .social-login .twitter {
display: block;
width: 255px;
height: 42px;
background: transparent url('images/login-btns.png') no-repeat;
background-position: 0 0; }
#content .social-login .facebook:hover, #content .social-login .twitter:hover {
background-position: 0 -43px; }
#content .social-login .facebook:focus, #content .social-login .twitter:focus, #content .social-login .facebook:active, #content .social-login .twitter:active {
background-position: 0 -86px; }
#content .social-login .twitter {
background-position: 0 -129px; }
#content .social-login .twitter:hover {
background-position: 0 -172px; }
#content .social-login .twitter:active, #content .social-login .twitter:focus {
background-position: 0 -215px; }
body .to-extend, body .test {
color: red; }
.navbar .navbar-brand, .navbar .navbar-brand:hover {
font-weight: bold;
text-shadow: none;
color: #fff; }
.foo__bar#test, input {
background: red; }
.selector1, .master-class {
color: blue; }
.selector2, .master-class {
background: #ccc; }
.main .block__element, .main .block__element--modifier {
font-size: 14px; }
.main .block__element--modifier {
font-weight: bold; }
.pagination-bullet {
width: 6px;
height: 6px;
margin-left: 5px; }
.pagination-bullet:first-child {
margin-left: 0; }
.pagination-bullet.is-active {
background-color: white; }
.parent-nested-foo-include .in-nested-foo .child-nested-foo-include, .parent-nested-foo-include .in-nested-foo .beard + .mustache {
color: green; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment