Conversation
Solves some older SASS compilation issues where the new css rgb function conflicts with the SASS function of the same name
|
Thanks for the PR. I don't think I've encountered a conflict with this before. What version of SASS is causing the issue? |
|
I'm seeing an error with Relevant StackOverflow post: https://stackoverflow.com/questions/71805735/error-function-rgb-is-missing-argument-green-in-sass |
|
Sorry for the long delay in replying here. If you use a more up to date version of the One thing with this fix, is that the output in this repo is actually generated by SASS! The DataTables sorce repo gets compiled by SASS, and then committed to this repo (and others). So the change wouldn't be as simple as updating this repo unfortunately. I'm inclinded to say that if it works with newer SASS packages, then we'll leave it like that. |
Solves some older SASS compilation issues where the new css rgb function conflicts with the SASS function of the same name