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
style.scss
.navbar { box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.2); }
<nav class="navbar navbar-expand-lg navbar-dark"> <!-- other stuff here --> </nav>
with
<nav class="navbar navbar-expand-lg navbar-dark shadow"> <!-- other stuff here --> </nav>
The text was updated successfully, but these errors were encountered:
lamcw
No branches or pull requests
style.scss
into several scss modules.E.g., replacing,
with
The text was updated successfully, but these errors were encountered: