Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
fix(commonjs): remove CSS require
Browse files Browse the repository at this point in the history
Removes the require of the CSS file in index.js so that a CSS plugin is not required for Webpack users
  • Loading branch information
aaronroberson committed Feb 18, 2016
1 parent 6c52e41 commit 81b0f03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
require('./dist/select.css');
require('./dist/select.js');
module.exports = 'ui.select';

0 comments on commit 81b0f03

Please sign in to comment.