Skip to content

Commit

Permalink
Merge pull request #2 from BoldGrid/branch-1.8.3
Browse files Browse the repository at this point in the history
fix bad comment format
  • Loading branch information
jamesros161 authored May 15, 2024
2 parents 1bb5546 + 8449246 commit 98afd6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slick-carousel",
"version": "1.8.1",
"version": "1.8.3",
"description": "the last carousel you'll ever need",
"main": "slick/slick.js",
"repository": {
Expand Down
13 changes: 7 additions & 6 deletions slick/slick-theme.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
@charset "UTF-8";

// Default Variables

// Slick icon entity codes outputs the following
// "\2190" outputs ascii character "←"
// "\2192" outputs ascii character "→"
// "\2022" outputs ascii character "•"
/* Default Variables
*
* Slick icon entity codes outputs the following
* "\2190" outputs ascii character "←"
* "\2192" outputs ascii character "→"
* "\2022" outputs ascii character "•"
*/

$slick-font-path: "./fonts/" !default;
$slick-font-family: "inherit" !default;
Expand Down

0 comments on commit 98afd6c

Please sign in to comment.