Hello,
i've just upgraded Gantry to version 5.5.4 and the Images Grid Particle return me some issue on @import 'etl_images_grid' and a specific line in etl_images_grid.scss
This is what i have in Gantry debugger message:An exception has been thrown during the rendering of a template ("ERROR: CSS Compilation on file 'custom.scss' failed on error: $amount: Expected 90% to be within 0% and 1%: templates/g5_helium/custom/scss/etl_images_grid.scss on line 274, at column 13 Call Stack: #0 import templates/g5_helium/custom/scss/etl_images_grid.scss templates/g5_helium/custom/scss/custom.scss on line 4 #1 import templates/g5_helium/custom/scss/custom.scss (unknown file) on line 2").Previous exceptions
- ERROR: CSS Compilation on file 'custom.scss' failed on error: $amount: Expected 90% to be within 0% and 1%: templates/g5_helium/custom/scss/etl_images_grid.scss on line 274, at column 13 Call Stack: #0 import templates/g5_helium/custom/scss/etl_images_grid.scss templates/g5_helium/custom/scss/custom.scss on line 4 #1 import templates/g5_helium/custom/scss/custom.scss (unknown file) on line 2 (500)
- $amount: Expected 90% to be within 0% and 1%: templates/g5_helium/custom/scss/etl_images_grid.scss on line 274, at column 13 Call Stack: #0 import templates/g5_helium/custom/scss/etl_images_grid.scss templates/g5_helium/custom/scss/custom.scss on line 4 #1 import templates/g5_helium/custom/scss/custom.scss (unknown file) on line 2 (0)
- $amount: Expected 90% to be within 0% and 1% (0)
And this is the line 274 in etl_images_grid.scss@include background-image(linear-gradient(top, transparentize($accent-color-1, 90%) 0%, $accent-color-1 100%));
How can i solve this issue please?
Thanks in advance