You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ! :)
I have a question about how to use this grunt plugin : when i generated the styleguide, everything work but there is no style applied to.
In the less file :
//// @name Button// @description Your standard form button.//// @state :hover - Highlights when hovering.// @state :disabled - Dims the button when disabled.// @state .primary - Indicates button is the primary action.// @state .smaller - A smaller button//// @markup// <button>This is a button</button>//button {
padding: 5px15px;
line-height: normal;
font-family: "Helvetica Neue", Helvetica;
font-size: 12px;
font-weight: bold;
color: #666;
text-shadow: 01pxrgba(255, 255, 255, 0.9);
border-radius: 3px;
border: 1pxsolid#ddd;
border-bottom-color: #bbb;
background: #f5f5f5;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='$start', endColorstr='$end');
background: -webkit-gradient(linear, lefttop, leftbottom, from(#f5f5f5), to(#e5e5e5));
background: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
box-shadow: 01px4pxrgba(0, 0, 0, 0.15);
cursor: pointer;
}
Hi ! :)
I have a question about how to use this grunt plugin : when i generated the styleguide, everything work but there is no style applied to.
In the less file :
My grunt task whas :
and the result in the console :
But result styleguide :
Thanks for your help !
The text was updated successfully, but these errors were encountered: