Skip to content

Commit

Permalink
Removed annoying css import
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaorosz committed Feb 5, 2018
1 parent af91885 commit 555328b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/range-slider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as dom from './utils/dom';
import * as func from './utils/functions';
import './range-slider.css';
// import './range-slider.css';

const newLineAndTabRegexp = new RegExp('/[\\n\\t]/', 'g');
const MAX_SET_BY_DEFAULT = 100;
Expand Down

0 comments on commit 555328b

Please sign in to comment.