Skip to content

Instantly share code, notes, and snippets.

@jeffkamo
Last active August 29, 2015 14:10
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 jeffkamo/036b0a161a47f321b776 to your computer and use it in GitHub Desktop.
Save jeffkamo/036b0a161a47f321b776 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
// file: `/styles/templates/_plp.scss`
// ---
.t-plp {
// Note!
//
// This example code assume that the `.t-plp` class is
// on body. That means the html is `<body class="t-plp">`
}
// file: `/styles/templates/partials/_main.scss`
// ---
.t-main {
color: red;
}
// file: `/styles/components/_categories.scss`
// ---
.c-categories {
color: green;
}
// file: `/styles/components/_product-list.scss`
// ---
.c-product-list {
color: blue;
}
// file: `/styles/components/_product.scss`
// ---
.c-product {
color: block;
}
.c-product__description {
color: black;
}
.t-main {
color: red;
}
.c-categories {
color: green;
}
.c-product-list {
color: blue;
}
.c-product {
color: block;
}
.c-product__description {
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment