Skip to content

Commit

Permalink
Load flickity css, webpack doesn't do this automatically anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
nsams committed Sep 22, 2017
1 parent 526ac96 commit 5b9812d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Flickity/Kwc/Slider/Component.defer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
var $ = require('jQuery');
var onReady = require('kwf/commonjs/on-ready');
var flickity = require('flickity');
require('flickity/css/flickity.css');

onReady.onRender('.kwcClass', function(el) {
var config = el.data('config');
Expand Down

0 comments on commit 5b9812d

Please sign in to comment.