RamseyInHouse/scut

a : unstyled (or link : unstyled)

Closed this issue · 7 comments

Throwing out a tiny mixin to possibly include, for resetting the styling of anchor tags.

I regularly need to reset styling for <a> tags at the class-level, like so:

.my-link-class {
    text-decoration: none;
    color: inherit;
}

I've made a tiny mix-in for it, inspired by scut-list-unstyled. I reach for both of these regularly.

Any interest? Would be quick for me to whip up.

If you would find this useful and pull off a PR, I'm happy to add it. Thanks.

+1, if you find it useful then there are probably others that will benefit

OK cool. I'll smash it out on the weekend!

Any plans to merge this? If you don't, I'm going to, soon enough. I wanted to reach for it today :)

@jonscottclark sorry mate, totally blanked. will smash it out now. Gotta do my bit for open source! :)

Any preference for naming, between scut-anchor-unstyled or scut-link-unstyled?

I was leaning towards the latter...

Smashy smashy! 👊

Thanks @timiyay !

Done in 1.3.0