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
{{ message }}
This repository has been archived by the owner on May 5, 2024. It is now read-only.
/* index.css *//*---title: Buttonssection: Base CSS---Button styles can be applied to any element. Typically you'll want to useeither a `<button>` or an `<a>` element:\```example:html<button class="btn">Click</button><a class="btn" href="/some-page">Some Page</a>\```*/
.btn {
background-color: black;
color: white;
}
I just followed the basic example
And tried it with postcss:
It generated the styleguide but it doesn't port over the styles from
index.css
The text was updated successfully, but these errors were encountered: