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
and ran rhino::build_sass(). This worked correctly, however when I ran the app, the developer console showed both margin-top: 20px; (from the default blueprint css) and margin-top: 0px; (from app/styles/main.scss), however the version from main.scss was crossed out.
Expected behavior
I expected my styling to override the default styling.
Attachments
No response
Screenshots or Videos
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Guidelines
Project Version
0.20
Platform and OS Version
Windows 11
Existing Issues
No response
What happened?
It doesn't seem possible (or at least obvious) how to override a blueprint css property.
Steps to reproduce
Using shiny.blueprint within a rhino project. I edited `app/styles/main.scss to be:
and ran
rhino::build_sass()
. This worked correctly, however when I ran the app, the developer console showed bothmargin-top: 20px;
(from the default blueprint css) andmargin-top: 0px;
(fromapp/styles/main.scss
), however the version frommain.scss
was crossed out.Expected behavior
I expected my styling to override the default styling.
Attachments
No response
Screenshots or Videos
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: