chris-pearce / scally

Scally is a Sass-based, BEM, OOCSS, responsive-ready, CSS framework that provides you with a solid foundation for building reusable UI's quickly 🕶
https://twitter.com/scally_fw
Apache License 2.0
285 stars 20 forks source link

Issue 132: Base link mixin doesn't work very well #152

Closed chris-pearce closed 9 years ago

chris-pearce commented 9 years ago

This fixes #132—well not 100% but I think its enough.

I provided the option to apply a border-bottom instead of the default text-decoration: underline which provides enough styling options for a Base link IMO and keeps this Base element from going overboard with customisations especially when Scally's Base styles should be as light and unopinionated as possible.

If a Scally user wishes to add more to the Base link styles—beyond what Scally provides—in their project layer then they're free to do so, it just means that the Link complex object and Button faux link component also need to be updated as they need the same Base link styles.