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.
This fixes #132—well not 100% but I think its enough.
I provided the option to apply a
border-bottom
instead of the defaulttext-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.