Sassy-Buttons icon indicating copy to clipboard operation
Sassy-Buttons copied to clipboard

duplicate class entry for pseudo state hover

Open csrow opened this issue 12 years ago • 0 comments

Just started using the sassy buttons.

In _sassy-button-pseudo-state.sass

I noticed that :hover, "text-decoration: none" is outside of the conditionals and Sass does not combined them after processing the mixed in.

This generates two entries for the class:hover; one containing only one line and the other which contains the main definition.

I repeated the single line within the conditionals just to get rid of the double class entry. I couldn't think of any other way.

csrow avatar Jan 03 '14 15:01 csrow