I am using the a kube css framework (https://imperavi.com/kube/css/buttons/ ). But i can not implement the framework into the my project.
<button type="black" small outline>Button</button>
When i am trying to use button like this, it occurs this exception :
Attribute name "small" associated with an element type "button" must be followed by the ' = ' character.
Is there anyway to use this button with small and outline attributes.