Skip to content
New issue

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

[Bug]: scss doesn't override blueprint css #97

Open
1 task done
vorpalvorpal opened this issue Mar 12, 2024 · 0 comments
Open
1 task done

[Bug]: scss doesn't override blueprint css #97

vorpalvorpal opened this issue Mar 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vorpalvorpal
Copy link

Guidelines

  • I agree to follow this project's Contributing 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:

// app/styles/main.scss

.bp4-tab-panel {
    margin-top: 0px;
}

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

@vorpalvorpal vorpalvorpal added the bug Something isn't working label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant