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

Incorrect css shows as correct #398

Open
em92 opened this issue Apr 8, 2023 · 1 comment
Open

Incorrect css shows as correct #398

em92 opened this issue Apr 8, 2023 · 1 comment

Comments

@em92
Copy link

em92 commented Apr 8, 2023

See attached: web.assets_backend.css.gz

The whole file is compilation of other css files, and there is culprit, that makes browser to ignore some styles from that css file above:

/* /shatatel_razmetki/static/src/css/styles.css */
.somestyle1 {

.somestyle2 {
}

First style misses closing "}" bracket.

@ylafon
Copy link
Member

ylafon commented Apr 10, 2024

Your example is raising an error somestyle2 is a CSS hack isn't the the expected behaviour?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants