Open Waaflee opened 2 years ago
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch loaders.css@0.1.2 for the project I'm working on.
loaders.css@0.1.2
Here is the diff that solved my problem:
diff --git a/node_modules/loaders.css/src/animations/ball-scale-multiple.scss b/node_modules/loaders.css/src/animations/ball-scale-multiple.scss index ecd61fb..dff1fe0 100644 --- a/node_modules/loaders.css/src/animations/ball-scale-multiple.scss +++ b/node_modules/loaders.css/src/animations/ball-scale-multiple.scss @@ -30,7 +30,7 @@ $size: 60px; @include ball-scale-multiple(); position: relative; - transform: translateY(-$size / 2); + transform: translateY(calc(-$size / 2)); > div { @include balls();
This issue body was partially generated by patch-package.
any alternative repo ?
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch
loaders.css@0.1.2
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.