Skip to content

Add a support for a .button class #7

Description

@thejspro

Sometimes you want to style your links as if they were buttons - and it would be handy to allow users to assign a class which would inherit button styling, so you can write this:

<a href="http://google.com" class="button">Click</a>

This should render the same as this:

<button>Click</button>

Currently you have to @extend, but I am not sure if it's the best idea, because it affects the compile time.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions