Skip to content

Instantly share code, notes, and snippets.

View im-sad's full-sized avatar
🌈
its okay to be gay

Andrew im-sad

🌈
its okay to be gay
View GitHub Profile
@im-sad
im-sad / sass-maps-index-iterator.css
Created September 12, 2018 09:58 — forked from juanbrujo/sass-maps-index-iterator.css
sass-maps loop with index iterator
/**
* output from sass-maps-index-iterator.scss
*/
li:nth-of-type(1):before {
content: "english - hello";
}
li:nth-of-type(2):before {
content: "spanish - hola";
}
@im-sad
im-sad / slick.js
Created December 15, 2016 18:15
Custom Dots for slick.js
/**
* Slick
*/
;(function($) {
$('.slick').slick({
infinite: false,
dots: true,
customPaging: function(slider, i) {