Remove old sccsphp dependency - #32546
Conversation
f1de9cb to
8e99013
Compare
|
Pr is merged, now rebase here? |
8e99013 to
ad011b2
Compare
|
I'm now prefixing the custom CSS manually now. |
Not used aymore Signed-off-by: Carl Schwan <carl@carlschwan.eu>
ad011b2 to
e307f8b
Compare
skjnldsv
left a comment
There was a problem hiding this comment.
server/apps/theming/lib/Controller/ThemingController.php
Lines 333 to 335 in eb45a6c
See this PR this removes the usage of it and do the simple CSS prefixing directly. |
I tested the perf of the scsscacher and it seemed more than ok. |
This is a 15 lines patch that would allow us to remove 19 000 lines of code. I still think it is worth it, even if the performance reasons are really minor. This is less work in the long term for handling the dependency bump (we are currently minor 2 versions in master and 6 in stable22) and limit a bit more the risk of supply chain attacks. I'm actually even surprised that |
With scss it's proper.
This is very different since we're talking about a dependency :) |
Todos