Skip to content

Commit

Permalink
Fix theme.config to load multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Feb 11, 2015
1 parent 5ee82cc commit 3dea109
Show file tree
Hide file tree
Showing 44 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion src/definitions/collections/breadcrumb.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'collection';
@element : 'breadcrumb';

@import '../../theme.config';
@import (multiple) '../../theme.config';


/*******************************
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/collections/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'collection';
@element : 'form';

@import '../../theme.config';
@import (multiple) '../../theme.config';


/*******************************
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/collections/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'collection';
@element : 'grid';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Standard
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'collection';
@element : 'menu';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Standard
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/collections/message.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'collection';
@element : 'message';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Message
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/collections/table.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'collection';
@element : 'table';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Table
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'element';
@element : 'button';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Button
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/divider.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'element';
@element : 'divider';

@import '../../theme.config';
@import (multiple) '../../theme.config';


/*******************************
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/flag.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'element';
@element : 'flag';

@import '../../theme.config';
@import (multiple) '../../theme.config';


/*******************************
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'element';
@element : 'header';

@import '../../theme.config';
@import (multiple) '../../theme.config';


/*******************************
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/icon.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'element';
@element : 'icon';

@import '../../theme.config';
@import (multiple) '../../theme.config';


/*******************************
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/image.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'element';
@element : 'image';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Image
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/input.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'element';
@element : 'input';

@import '../../theme.config';
@import (multiple) '../../theme.config';


/*******************************
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/label.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'element';
@element : 'label';

@import '../../theme.config';
@import (multiple) '../../theme.config';


/*******************************
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/list.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'element';
@element : 'list';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
List
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/loader.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@type : 'element';
@element : 'loader';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Loader
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/rail.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'element';
@element : 'rail';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Rails
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/reveal.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'element';
@element : 'reveal';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Reveal
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/segment.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'element';
@element : 'segment';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Segment
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/step.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@type : 'element';
@element : 'step';

@import '../../theme.config';
@import (multiple) '../../theme.config';


/*******************************
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/globals/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'global';
@element : 'reset';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Reset
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/globals/site.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'global';
@element : 'site';

@import '../../theme.config';
@import (multiple) '../../theme.config';

.loadFonts();

Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/accordion.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@type : 'module';
@element : 'accordion';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Accordion
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'module';
@element : 'checkbox';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Checkbox
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/dimmer.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'module';
@element : 'dimmer';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Dimmer
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'module';
@element : 'dropdown';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Dropdown
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'module';
@element : 'modal';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Modal
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/nag.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'module';
@element : 'nag';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Nag
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/popup.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'module';
@element : 'popup';

@import '../../theme.config';
@import (multiple) '../../theme.config';


/*******************************
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/progress.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'module';
@element : 'progress';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Progress
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/rating.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'module';
@element : 'rating';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Rating
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'module';
@element : 'search';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Search
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/shape.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@type : 'module';
@element : 'shape';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Shape
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@type : 'module';
@element : 'sidebar';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Sidebar
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/sticky.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'module';
@element : 'sticky';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Sticky
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/tab.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'module';
@element : 'tab';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
UI Tabs
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/transition.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'module';
@element : 'transition';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Transitions
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/modules/video.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'module';
@element : 'video';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Video
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/views/ad.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'view';
@element : 'ad';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Advertisement
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/views/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'view';
@element : 'card';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Standard
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/views/comment.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@type : 'view';
@element : 'comment';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Standard
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/views/feed.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'view';
@element : 'feed';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Activity Feed
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/views/item.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'view';
@element : 'item';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Standard
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/views/statistic.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@type : 'view';
@element : 'statistic';

@import '../../theme.config';
@import (multiple) '../../theme.config';

/*******************************
Statistic
Expand Down

0 comments on commit 3dea109

Please sign in to comment.