Sha256: cd66eddfd036dac9e4406f73fad2d6b051b7865e77b00005b8d1cc800ee84929

Contents?: true

Size: 749 Bytes

Versions: 3

Compression:

Stored size: 749 Bytes

Contents

@media screen, projection {

.c-sans-serif {
    font-family: var(--sans-serif);
}

.c-measure {
    max-width: var(--measure);
}

.c-foreground,
a.c-foreground {
    color: var(--foreground);
}

.c-bg {
    background-color: var(--bg);
}

.c-lh-copy {
    line-height: var(--lh-copy);
}

.c-lh-title {
    line-height: var(--lh-title);
}

.c-accent,
a.c-accent {
    color: var(--accent);
}

.c-link,
a.c-link {
    color: var(--link);
}

.c-hyphens {
    hyphens: auto;
    -webkit-hyphens: auto;
}


// Some empty media queries
// Use these if you want to make responsive custom classes

@media #{$breakpoint-not-small} {
}

@media #{$breakpoint-medium} {
}

@media #{$breakpoint-large} {
}


} // End the enclosing screen/projection media query

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pocket-theme-0.4.4 _sass/_c.scss
pocket-theme-0.4.3 _sass/_c.scss
pocket-theme-0.4.1 _sass/_c.scss