Skip to content

Instantly share code, notes, and snippets.

View 7oque's full-sized avatar
🫠

Toby Brancher 7oque

🫠
View GitHub Profile
@7oque
7oque / SassMeister-input.scss
Last active September 2, 2015 10:44
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
// using modernizr and @root
.page-navigation {
.branding {
background: green;
// If you do have flexbox
@7oque
7oque / SassMeister-input.scss
Created September 2, 2015 10:24
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.page-navigation {
.branding {
position: absolute;
@at-root html:not(.scrolled) & {
color: hotpink;
}