Skip to content

Commit

Permalink
remove styles script (from utils)
Browse files Browse the repository at this point in the history
  • Loading branch information
carloluis committed May 19, 2018
1 parent abf4ffc commit 1bca94f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
6 changes: 4 additions & 2 deletions src/class-schema/bootstrap-3.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
// Bootstrap 3 scheme classes

const glyphicon = 'glyphicon';

export default {
root: 'input-group',
input: 'form-control',
arrow: 'glyphicon glyphicon-triangle-bottom ss-triangle',
close: 'glyphicon glyphicon-remove ss-remove',
arrow: `${glyphicon} ${glyphicon}-triangle-bottom ss-triangle`,
close: `${glyphicon} ${glyphicon}-remove ss-remove`,
list: 'dropdown-menu ss-list',
item: '',
activeItem: 'ss-over-item'
Expand Down
8 changes: 0 additions & 8 deletions src/utils/__tests__/styles.spec.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/utils/styles.js

This file was deleted.

0 comments on commit 1bca94f

Please sign in to comment.