Skip to content

Commit 74a5b54

Browse files
author
Danilo Argentiero
committed
Changed variable name
1 parent 7d89a49 commit 74a5b54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="MSP_Slick" setup_version="0.1.3">
4+
<module name="MSP_Slick" setup_version="0.1.4">
55
</module>
66
</config>

view/frontend/web/css/source/_slick-theme.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@slick-font-path: "../fonts/";
66
@slick-font-family: "slick";
7-
@slick-loader-path: "@{baseDir}MSP_Slick/images/";
7+
@slick-images-path: "@{baseDir}MSP_Slick/images/";
88
@slick-arrow-color: white;
99
@slick-dot-color: black;
1010
@slick-dot-color-active: @slick-dot-color;
@@ -18,7 +18,7 @@
1818

1919
/* Slider */
2020
.slick-loading .slick-list{
21-
background: #fff url('@{slick-loader-path}ajax-loader.gif') center center no-repeat;
21+
background: #fff url('@{slick-images-path}ajax-loader.gif') center center no-repeat;
2222
}
2323

2424
/* Arrows */

0 commit comments

Comments
 (0)