Browse Source

Fix @type variable

pull/1785/head
jlukic 10 years ago
parent
commit
ab8fc99cea
28 changed files with 29 additions and 31 deletions
  1. 2
      src/definitions/collections/breadcrumb.less
  2. 2
      src/definitions/collections/form.less
  3. 2
      src/definitions/collections/grid.less
  4. 2
      src/definitions/collections/menu.less
  5. 2
      src/definitions/collections/message.less
  6. 2
      src/definitions/collections/table.less
  7. 2
      src/definitions/modules/accordion.less
  8. 2
      src/definitions/modules/checkbox.less
  9. 2
      src/definitions/modules/dimmer.less
  10. 2
      src/definitions/modules/dropdown.less
  11. 2
      src/definitions/modules/modal.less
  12. 2
      src/definitions/modules/nag.less
  13. 2
      src/definitions/modules/popup.less
  14. 2
      src/definitions/modules/progress.less
  15. 2
      src/definitions/modules/rating.less
  16. 2
      src/definitions/modules/search.less
  17. 2
      src/definitions/modules/shape.less
  18. 2
      src/definitions/modules/sidebar.less
  19. 2
      src/definitions/modules/sticky.less
  20. 2
      src/definitions/modules/tab.less
  21. 2
      src/definitions/modules/transition.less
  22. 4
      src/definitions/modules/video.less
  23. 2
      src/definitions/views/ad.less
  24. 2
      src/definitions/views/card.less
  25. 2
      src/definitions/views/comment.less
  26. 2
      src/definitions/views/feed.less
  27. 2
      src/definitions/views/item.less
  28. 4
      src/definitions/views/statistic.less

2
src/definitions/collections/breadcrumb.less

@ -15,7 +15,7 @@
.breadcrumb() {
@type : 'element';
@type : 'collection';
@element : 'breadcrumb';
@import '../../theme.config';

2
src/definitions/collections/form.less

@ -15,7 +15,7 @@
.form() {
@type : 'element';
@type : 'collection';
@element : 'form';
@import '../../theme.config';

2
src/definitions/collections/grid.less

@ -15,7 +15,7 @@
.grid() {
@type : 'element';
@type : 'collection';
@element : 'grid';
@import '../../theme.config';

2
src/definitions/collections/menu.less

@ -16,7 +16,7 @@
.menu() {
@type : 'element';
@type : 'collection';
@element : 'menu';
@import '../../theme.config';

2
src/definitions/collections/message.less

@ -15,7 +15,7 @@
.message() {
@type : 'element';
@type : 'collection';
@element : 'message';
@import '../../theme.config';

2
src/definitions/collections/table.less

@ -16,7 +16,7 @@
.table() {
@type : 'element';
@type : 'collection';
@element : 'table';
@import '../../theme.config';

2
src/definitions/modules/accordion.less

@ -14,7 +14,7 @@
.accordion() {
@type : 'element';
@type : 'module';
@element : 'accordion';
@import '../../theme.config';

2
src/definitions/modules/checkbox.less

@ -15,7 +15,7 @@
.checkbox() {
@type : 'element';
@type : 'module';
@element : 'checkbox';
@import '../../theme.config';

2
src/definitions/modules/dimmer.less

@ -15,7 +15,7 @@
.dimmer() {
@type : 'element';
@type : 'module';
@element : 'dimmer';
@import '../../theme.config';

2
src/definitions/modules/dropdown.less

@ -16,7 +16,7 @@
.dropdown() {
@type : 'element';
@type : 'module';
@element : 'dropdown';
@import '../../theme.config';

2
src/definitions/modules/modal.less

@ -16,7 +16,7 @@
.modal() {
@type : 'element';
@type : 'module';
@element : 'modal';
@import '../../theme.config';

2
src/definitions/modules/nag.less

@ -16,7 +16,7 @@
.nag() {
@type : 'element';
@type : 'module';
@element : 'nag';
@import '../../theme.config';

2
src/definitions/modules/popup.less

@ -16,7 +16,7 @@
.popup() {
@type : 'element';
@type : 'module';
@element : 'popup';
@import '../../theme.config';

2
src/definitions/modules/progress.less

@ -16,7 +16,7 @@
.progress() {
@type : 'element';
@type : 'module';
@element : 'progress';
@import '../../theme.config';

2
src/definitions/modules/rating.less

@ -16,7 +16,7 @@
.rating() {
@type : 'element';
@type : 'module';
@element : 'rating';
@import '../../theme.config';

2
src/definitions/modules/search.less

@ -16,7 +16,7 @@
.search() {
@type : 'element';
@type : 'module';
@element : 'search';
@import '../../theme.config';

2
src/definitions/modules/shape.less

@ -17,7 +17,7 @@
.shape() {
@type : 'element';
@type : 'module';
@element : 'shape';
@import '../../theme.config';

2
src/definitions/modules/sidebar.less

@ -17,7 +17,7 @@
.sidebar() {
@type : 'element';
@type : 'module';
@element : 'sidebar';
@import '../../theme.config';

2
src/definitions/modules/sticky.less

@ -16,7 +16,7 @@
.sticky() {
@type : 'element';
@type : 'module';
@element : 'sticky';
@import '../../theme.config';

2
src/definitions/modules/tab.less

@ -16,7 +16,7 @@
.tab() {
@type : 'element';
@type : 'module';
@element : 'tab';
@import '../../theme.config';

2
src/definitions/modules/transition.less

@ -16,7 +16,7 @@
.transition() {
@type : 'element';
@type : 'module';
@element : 'transition';
@import '../../theme.config';

4
src/definitions/modules/video.less

@ -16,7 +16,7 @@
.video() {
@type : 'element';
@type : 'module';
@element : 'video';
@import '../../theme.config';
@ -128,4 +128,4 @@
}
.button();
.video();

2
src/definitions/views/ad.less

@ -15,7 +15,7 @@
.ad() {
@type : 'element';
@type : 'view';
@element : 'ad';
@import '../../theme.config';

2
src/definitions/views/card.less

@ -15,7 +15,7 @@
.card() {
@type : 'element';
@type : 'view';
@element : 'card';
@import '../../theme.config';

2
src/definitions/views/comment.less

@ -16,7 +16,7 @@
.comment() {
@type : 'element';
@type : 'view';
@element : 'comment';
@import '../../theme.config';

2
src/definitions/views/feed.less

@ -15,7 +15,7 @@
.feed() {
@type : 'element';
@type : 'view';
@element : 'feed';
@import '../../theme.config';

2
src/definitions/views/item.less

@ -15,7 +15,7 @@
.item() {
@type : 'element';
@type : 'view';
@element : 'item';
@import '../../theme.config';

4
src/definitions/views/statistic.less

@ -15,7 +15,7 @@
.statistic() {
@type : 'element';
@type : 'view';
@element : 'statistic';
@import '../../theme.config';
@ -413,8 +413,6 @@
}
.loadUIOverrides();
}

Loading…
Cancel
Save