SCSS Validation Errors #39879
Unanswered
keithrbennett
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to troubleshoot Bootstrap SCSS problems in a Rails 7 app using webpacker. I installed the scss-lint gem and ran it on my project, and got lots of warnings and errors in the Bootstrap 5.3.3 code. I realize that warnings are often not real issues, but the errors concern me. Are they benign? Or could they be causing problems? I am an experienced developer but have little expertise in front end stuff. I will attach below the linter's output in JSON. At first I was going to post an issue for this but then thought it might be a good idea to get some feedback first to see if this would be helpful or not.
bootstrap-lint-issues.json
Edit: Here is another file which may be easier to use, containing 1 line for each error:
lint-errors.txt
Beta Was this translation helpful? Give feedback.
All reactions