Skip to content

Commit

Permalink
Merge pull request #1 from BoldGrid/branch-1.8.2
Browse files Browse the repository at this point in the history
Branch 1.8.2
  • Loading branch information
jamesros161 authored May 15, 2024
2 parents fcbb70d + caa46c6 commit 1bb5546
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions slick/slick-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;

src: url('./fonts/slick.eot');
src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
Expand Down
2 changes: 1 addition & 1 deletion slick/slick-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Default Variables

@slick-font-path: "./fonts/";
@slick-font-family: "slick";
@slick-font-family: "inherit";
@slick-loader-path: "./";
@slick-arrow-color: white;
@slick-dot-color: black;
Expand Down
2 changes: 1 addition & 1 deletion slick/slick-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// "\2022" outputs ascii character "•"

$slick-font-path: "./fonts/" !default;
$slick-font-family: "slick" !default;
$slick-font-family: "inherit" !default;
$slick-loader-path: "./" !default;
$slick-arrow-color: white !default;
$slick-dot-color: black !default;
Expand Down

0 comments on commit 1bb5546

Please sign in to comment.