fix: fix some invalid color-styles#637
Conversation
They were using rgba() in an incorrect way or used undefined variables. Closes materializecss#636 Also fixes wrong import-path in _datepicker.scss
|
I'm not sure, but I noticed when I change the path to something like So my guess is that rollup configures sass to look in additional locations to find imports compared to vite. Or it might be because the project-root is different in the two cases. |
gselderslaghs
left a comment
There was a problem hiding this comment.
Approved, works as expected 🚀
|
Good work, thanks for your contribution @Mat2095. I will invite you to join the Team. |
|
Thanks, I can accept, but I don't think I'll be able to contribute, since I'm not actually using materialize 2. The project I'm working on is still using materialize 1 with no plan of migrating in sight. I think I was looking at materialize 2's output CSS for a comparison when I noticed those invalid CSS rules. |
They were using rgba() in an incorrect way or used undefined variables.
Closes #636
Also fixes wrong import-path in _datepicker.scss
Proposed changes
Screenshots (if appropriate) or codepen:
Types of changes
Checklist: