We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shoelace is great, but there doesn't seem to be an easy/obvious way to say "style the whole page to match shoelace".
What I did was copy the body{} declaration from https://shoelace.style/, but it's not clear to me if any of the css is necessary or sufficient.
body{}
Maybe the docs should give guidance on this somewhere in the Usage section?
Maybe there could be a class that I can attach to <html> or <body> to style the whole page?
<html>
<body>
The text was updated successfully, but these errors were encountered:
Duplicate of #413. Please follow that issue to track this planned feature’s progress.
Sorry, something went wrong.
claviska
No branches or pull requests
Shoelace is great, but there doesn't seem to be an easy/obvious way to say "style the whole page to match shoelace".
What I did was copy the
body{}
declaration from https://shoelace.style/, but it's not clear to me if any of the css is necessary or sufficient.Maybe the docs should give guidance on this somewhere in the Usage section?
Maybe there could be a class that I can attach to
<html>
or<body>
to style the whole page?The text was updated successfully, but these errors were encountered: