getchopchop / chopchop

Front end user interface primer toolkit for the pro's
https://getchopchop.github.io
MIT License
31 stars 7 forks source link

Add separator classes #155

Closed daveredfern closed 7 years ago

daveredfern commented 7 years ago
// =============================================
// Separator
// =============================================

.u-separator {
    border: 1px solid color(grey,light);
}

.u-separator-top {
    border-top: 1px solid color(grey,light);
}

.u-separator-bottom {
    border-bottom: 1px solid color(grey,light);
}

.u-separator-left {
    border-left: 1px solid color(grey,light);
}

.u-separator-right {
    border-right: 1px solid color(grey,light);
}
gazjoy commented 7 years ago

We need to keep trialing this, it may be added in the future, will revisit.

daveredfern commented 7 years ago

@gazjoy do you use anything like this yet? I've been using it often on sites.

daveredfern commented 7 years ago

Although with the idea of creating more rigid patterns this could be redundant?

gazjoy commented 7 years ago

@daveredfern this is in as part of #198