uikit2-rails 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (111) hide show
  1. checksums.yaml +4 -4
  2. data/lib/uikit2/rails/version.rb +1 -1
  3. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  4. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  5. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  6. data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
  7. data/vendor/assets/javascripts/uikit/components/accordion.js +1 -1
  8. data/vendor/assets/javascripts/uikit/components/autocomplete.js +1 -1
  9. data/vendor/assets/javascripts/uikit/components/datepicker.js +1 -1
  10. data/vendor/assets/javascripts/uikit/components/form-password.js +1 -1
  11. data/vendor/assets/javascripts/uikit/components/form-select.js +1 -1
  12. data/vendor/assets/javascripts/uikit/components/grid.js +1 -1
  13. data/vendor/assets/javascripts/uikit/components/htmleditor.js +1 -1
  14. data/vendor/assets/javascripts/uikit/components/lightbox.js +1 -1
  15. data/vendor/assets/javascripts/uikit/components/nestable.js +1 -1
  16. data/vendor/assets/javascripts/uikit/components/notify.js +1 -1
  17. data/vendor/assets/javascripts/uikit/components/pagination.js +1 -1
  18. data/vendor/assets/javascripts/uikit/components/parallax.js +4 -4
  19. data/vendor/assets/javascripts/uikit/components/search.js +1 -1
  20. data/vendor/assets/javascripts/uikit/components/slider.js +1 -1
  21. data/vendor/assets/javascripts/uikit/components/slideset.js +1 -1
  22. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +1 -1
  23. data/vendor/assets/javascripts/uikit/components/slideshow.js +11 -4
  24. data/vendor/assets/javascripts/uikit/components/sortable.js +2 -2
  25. data/vendor/assets/javascripts/uikit/components/sticky.js +14 -8
  26. data/vendor/assets/javascripts/uikit/components/timepicker.js +1 -1
  27. data/vendor/assets/javascripts/uikit/components/tooltip.js +1 -1
  28. data/vendor/assets/javascripts/uikit/components/upload.js +1 -1
  29. data/vendor/assets/javascripts/uikit/core/alert.js +1 -1
  30. data/vendor/assets/javascripts/uikit/core/button.js +1 -1
  31. data/vendor/assets/javascripts/uikit/core/core.js +2 -2
  32. data/vendor/assets/javascripts/uikit/core/cover.js +1 -1
  33. data/vendor/assets/javascripts/uikit/core/dropdown.js +4 -1
  34. data/vendor/assets/javascripts/uikit/core/grid.js +1 -1
  35. data/vendor/assets/javascripts/uikit/core/modal.js +10 -7
  36. data/vendor/assets/javascripts/uikit/core/nav.js +1 -1
  37. data/vendor/assets/javascripts/uikit/core/offcanvas.js +1 -1
  38. data/vendor/assets/javascripts/uikit/core/scrollspy.js +2 -2
  39. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +1 -1
  40. data/vendor/assets/javascripts/uikit/core/switcher.js +1 -1
  41. data/vendor/assets/javascripts/uikit/core/tab.js +1 -1
  42. data/vendor/assets/javascripts/uikit/core/toggle.js +1 -1
  43. data/vendor/assets/javascripts/uikit/core/touch.js +1 -1
  44. data/vendor/assets/javascripts/uikit/core/utility.js +2 -2
  45. data/vendor/assets/stylesheets/uikit.almost-flat.css +68 -1
  46. data/vendor/assets/stylesheets/uikit.css +68 -1
  47. data/vendor/assets/stylesheets/uikit.gradient.css +68 -1
  48. data/vendor/assets/stylesheets/uikit/components/accordion.almost-flat.css +1 -1
  49. data/vendor/assets/stylesheets/uikit/components/accordion.css +1 -1
  50. data/vendor/assets/stylesheets/uikit/components/accordion.gradient.css +1 -1
  51. data/vendor/assets/stylesheets/uikit/components/autocomplete.almost-flat.css +1 -1
  52. data/vendor/assets/stylesheets/uikit/components/autocomplete.css +1 -1
  53. data/vendor/assets/stylesheets/uikit/components/autocomplete.gradient.css +1 -1
  54. data/vendor/assets/stylesheets/uikit/components/datepicker.almost-flat.css +1 -1
  55. data/vendor/assets/stylesheets/uikit/components/datepicker.css +1 -1
  56. data/vendor/assets/stylesheets/uikit/components/datepicker.gradient.css +1 -1
  57. data/vendor/assets/stylesheets/uikit/components/dotnav.almost-flat.css +1 -1
  58. data/vendor/assets/stylesheets/uikit/components/dotnav.css +1 -1
  59. data/vendor/assets/stylesheets/uikit/components/dotnav.gradient.css +1 -1
  60. data/vendor/assets/stylesheets/uikit/components/form-advanced.almost-flat.css +1 -1
  61. data/vendor/assets/stylesheets/uikit/components/form-advanced.css +1 -1
  62. data/vendor/assets/stylesheets/uikit/components/form-advanced.gradient.css +1 -1
  63. data/vendor/assets/stylesheets/uikit/components/form-file.almost-flat.css +1 -1
  64. data/vendor/assets/stylesheets/uikit/components/form-file.css +1 -1
  65. data/vendor/assets/stylesheets/uikit/components/form-file.gradient.css +1 -1
  66. data/vendor/assets/stylesheets/uikit/components/form-password.almost-flat.css +1 -1
  67. data/vendor/assets/stylesheets/uikit/components/form-password.css +1 -1
  68. data/vendor/assets/stylesheets/uikit/components/form-password.gradient.css +1 -1
  69. data/vendor/assets/stylesheets/uikit/components/form-select.almost-flat.css +1 -1
  70. data/vendor/assets/stylesheets/uikit/components/form-select.css +1 -1
  71. data/vendor/assets/stylesheets/uikit/components/form-select.gradient.css +1 -1
  72. data/vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.css +1 -1
  73. data/vendor/assets/stylesheets/uikit/components/htmleditor.css +1 -1
  74. data/vendor/assets/stylesheets/uikit/components/htmleditor.gradient.css +1 -1
  75. data/vendor/assets/stylesheets/uikit/components/nestable.almost-flat.css +1 -1
  76. data/vendor/assets/stylesheets/uikit/components/nestable.css +1 -1
  77. data/vendor/assets/stylesheets/uikit/components/nestable.gradient.css +1 -1
  78. data/vendor/assets/stylesheets/uikit/components/notify.almost-flat.css +1 -1
  79. data/vendor/assets/stylesheets/uikit/components/notify.css +1 -1
  80. data/vendor/assets/stylesheets/uikit/components/notify.gradient.css +1 -1
  81. data/vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.css +1 -1
  82. data/vendor/assets/stylesheets/uikit/components/placeholder.css +1 -1
  83. data/vendor/assets/stylesheets/uikit/components/placeholder.gradient.css +1 -1
  84. data/vendor/assets/stylesheets/uikit/components/progress.almost-flat.css +1 -1
  85. data/vendor/assets/stylesheets/uikit/components/progress.css +1 -1
  86. data/vendor/assets/stylesheets/uikit/components/progress.gradient.css +1 -1
  87. data/vendor/assets/stylesheets/uikit/components/search.almost-flat.css +1 -1
  88. data/vendor/assets/stylesheets/uikit/components/search.css +1 -1
  89. data/vendor/assets/stylesheets/uikit/components/search.gradient.css +1 -1
  90. data/vendor/assets/stylesheets/uikit/components/slidenav.almost-flat.css +1 -1
  91. data/vendor/assets/stylesheets/uikit/components/slidenav.css +1 -1
  92. data/vendor/assets/stylesheets/uikit/components/slidenav.gradient.css +1 -1
  93. data/vendor/assets/stylesheets/uikit/components/slider.almost-flat.css +1 -1
  94. data/vendor/assets/stylesheets/uikit/components/slider.css +1 -1
  95. data/vendor/assets/stylesheets/uikit/components/slider.gradient.css +1 -1
  96. data/vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.css +1 -1
  97. data/vendor/assets/stylesheets/uikit/components/slideshow.css +1 -1
  98. data/vendor/assets/stylesheets/uikit/components/slideshow.gradient.css +1 -1
  99. data/vendor/assets/stylesheets/uikit/components/sortable.almost-flat.css +1 -1
  100. data/vendor/assets/stylesheets/uikit/components/sortable.css +1 -1
  101. data/vendor/assets/stylesheets/uikit/components/sortable.gradient.css +1 -1
  102. data/vendor/assets/stylesheets/uikit/components/sticky.almost-flat.css +1 -1
  103. data/vendor/assets/stylesheets/uikit/components/sticky.css +1 -1
  104. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.css +1 -1
  105. data/vendor/assets/stylesheets/uikit/components/tooltip.almost-flat.css +1 -1
  106. data/vendor/assets/stylesheets/uikit/components/tooltip.css +1 -1
  107. data/vendor/assets/stylesheets/uikit/components/tooltip.gradient.css +1 -1
  108. data/vendor/assets/stylesheets/uikit/components/upload.almost-flat.css +1 -1
  109. data/vendor/assets/stylesheets/uikit/components/upload.css +1 -1
  110. data/vendor/assets/stylesheets/uikit/components/upload.gradient.css +1 -1
  111. metadata +2 -2
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI){
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  // Based on Zeptos touch.js
3
3
  // https://raw.github.com/madrobby/zepto/master/src/touch.js
4
4
  // Zepto.js may be freely distributed under the MIT license.
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -160,7 +160,7 @@
160
160
  firstvisible = elements.filter(":visible:first"),
161
161
  offset = firstvisible.length ? (firstvisible.position().top + firstvisible.outerHeight()) - 1 : false; // (-1): weird firefox bug when parent container is display:flex
162
162
 
163
- if (offset === false) return;
163
+ if (offset === false || elements.length == 1) return;
164
164
 
165
165
  elements.each(function() {
166
166
 
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -995,6 +995,73 @@ iframe {
995
995
  width: 90%;
996
996
  }
997
997
  }
998
+ /* Large screen and bigger */
999
+ @media (min-width: 1220px) {
1000
+ /* Whole */
1001
+ .uk-width-xlarge-1-1 {
1002
+ width: 100%;
1003
+ }
1004
+ /* Halves */
1005
+ .uk-width-xlarge-1-2,
1006
+ .uk-width-xlarge-2-4,
1007
+ .uk-width-xlarge-3-6,
1008
+ .uk-width-xlarge-5-10 {
1009
+ width: 50%;
1010
+ }
1011
+ /* Thirds */
1012
+ .uk-width-xlarge-1-3,
1013
+ .uk-width-xlarge-2-6 {
1014
+ width: 33.333%;
1015
+ }
1016
+ .uk-width-xlarge-2-3,
1017
+ .uk-width-xlarge-4-6 {
1018
+ width: 66.666%;
1019
+ }
1020
+ /* Quarters */
1021
+ .uk-width-xlarge-1-4 {
1022
+ width: 25%;
1023
+ }
1024
+ .uk-width-xlarge-3-4 {
1025
+ width: 75%;
1026
+ }
1027
+ /* Fifths */
1028
+ .uk-width-xlarge-1-5,
1029
+ .uk-width-xlarge-2-10 {
1030
+ width: 20%;
1031
+ }
1032
+ .uk-width-xlarge-2-5,
1033
+ .uk-width-xlarge-4-10 {
1034
+ width: 40%;
1035
+ }
1036
+ .uk-width-xlarge-3-5,
1037
+ .uk-width-xlarge-6-10 {
1038
+ width: 60%;
1039
+ }
1040
+ .uk-width-xlarge-4-5,
1041
+ .uk-width-xlarge-8-10 {
1042
+ width: 80%;
1043
+ }
1044
+ /* Sixths */
1045
+ .uk-width-xlarge-1-6 {
1046
+ width: 16.666%;
1047
+ }
1048
+ .uk-width-xlarge-5-6 {
1049
+ width: 83.333%;
1050
+ }
1051
+ /* Tenths */
1052
+ .uk-width-xlarge-1-10 {
1053
+ width: 10%;
1054
+ }
1055
+ .uk-width-xlarge-3-10 {
1056
+ width: 30%;
1057
+ }
1058
+ .uk-width-xlarge-7-10 {
1059
+ width: 70%;
1060
+ }
1061
+ .uk-width-xlarge-9-10 {
1062
+ width: 90%;
1063
+ }
1064
+ }
998
1065
  /* Sub-object: `uk-push-*` and `uk-pull-*`
999
1066
  ========================================================================== */
1000
1067
  /*
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -989,6 +989,73 @@ iframe {
989
989
  width: 90%;
990
990
  }
991
991
  }
992
+ /* Large screen and bigger */
993
+ @media (min-width: 1220px) {
994
+ /* Whole */
995
+ .uk-width-xlarge-1-1 {
996
+ width: 100%;
997
+ }
998
+ /* Halves */
999
+ .uk-width-xlarge-1-2,
1000
+ .uk-width-xlarge-2-4,
1001
+ .uk-width-xlarge-3-6,
1002
+ .uk-width-xlarge-5-10 {
1003
+ width: 50%;
1004
+ }
1005
+ /* Thirds */
1006
+ .uk-width-xlarge-1-3,
1007
+ .uk-width-xlarge-2-6 {
1008
+ width: 33.333%;
1009
+ }
1010
+ .uk-width-xlarge-2-3,
1011
+ .uk-width-xlarge-4-6 {
1012
+ width: 66.666%;
1013
+ }
1014
+ /* Quarters */
1015
+ .uk-width-xlarge-1-4 {
1016
+ width: 25%;
1017
+ }
1018
+ .uk-width-xlarge-3-4 {
1019
+ width: 75%;
1020
+ }
1021
+ /* Fifths */
1022
+ .uk-width-xlarge-1-5,
1023
+ .uk-width-xlarge-2-10 {
1024
+ width: 20%;
1025
+ }
1026
+ .uk-width-xlarge-2-5,
1027
+ .uk-width-xlarge-4-10 {
1028
+ width: 40%;
1029
+ }
1030
+ .uk-width-xlarge-3-5,
1031
+ .uk-width-xlarge-6-10 {
1032
+ width: 60%;
1033
+ }
1034
+ .uk-width-xlarge-4-5,
1035
+ .uk-width-xlarge-8-10 {
1036
+ width: 80%;
1037
+ }
1038
+ /* Sixths */
1039
+ .uk-width-xlarge-1-6 {
1040
+ width: 16.666%;
1041
+ }
1042
+ .uk-width-xlarge-5-6 {
1043
+ width: 83.333%;
1044
+ }
1045
+ /* Tenths */
1046
+ .uk-width-xlarge-1-10 {
1047
+ width: 10%;
1048
+ }
1049
+ .uk-width-xlarge-3-10 {
1050
+ width: 30%;
1051
+ }
1052
+ .uk-width-xlarge-7-10 {
1053
+ width: 70%;
1054
+ }
1055
+ .uk-width-xlarge-9-10 {
1056
+ width: 90%;
1057
+ }
1058
+ }
992
1059
  /* Sub-object: `uk-push-*` and `uk-pull-*`
993
1060
  ========================================================================== */
994
1061
  /*
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -997,6 +997,73 @@ iframe {
997
997
  width: 90%;
998
998
  }
999
999
  }
1000
+ /* Large screen and bigger */
1001
+ @media (min-width: 1220px) {
1002
+ /* Whole */
1003
+ .uk-width-xlarge-1-1 {
1004
+ width: 100%;
1005
+ }
1006
+ /* Halves */
1007
+ .uk-width-xlarge-1-2,
1008
+ .uk-width-xlarge-2-4,
1009
+ .uk-width-xlarge-3-6,
1010
+ .uk-width-xlarge-5-10 {
1011
+ width: 50%;
1012
+ }
1013
+ /* Thirds */
1014
+ .uk-width-xlarge-1-3,
1015
+ .uk-width-xlarge-2-6 {
1016
+ width: 33.333%;
1017
+ }
1018
+ .uk-width-xlarge-2-3,
1019
+ .uk-width-xlarge-4-6 {
1020
+ width: 66.666%;
1021
+ }
1022
+ /* Quarters */
1023
+ .uk-width-xlarge-1-4 {
1024
+ width: 25%;
1025
+ }
1026
+ .uk-width-xlarge-3-4 {
1027
+ width: 75%;
1028
+ }
1029
+ /* Fifths */
1030
+ .uk-width-xlarge-1-5,
1031
+ .uk-width-xlarge-2-10 {
1032
+ width: 20%;
1033
+ }
1034
+ .uk-width-xlarge-2-5,
1035
+ .uk-width-xlarge-4-10 {
1036
+ width: 40%;
1037
+ }
1038
+ .uk-width-xlarge-3-5,
1039
+ .uk-width-xlarge-6-10 {
1040
+ width: 60%;
1041
+ }
1042
+ .uk-width-xlarge-4-5,
1043
+ .uk-width-xlarge-8-10 {
1044
+ width: 80%;
1045
+ }
1046
+ /* Sixths */
1047
+ .uk-width-xlarge-1-6 {
1048
+ width: 16.666%;
1049
+ }
1050
+ .uk-width-xlarge-5-6 {
1051
+ width: 83.333%;
1052
+ }
1053
+ /* Tenths */
1054
+ .uk-width-xlarge-1-10 {
1055
+ width: 10%;
1056
+ }
1057
+ .uk-width-xlarge-3-10 {
1058
+ width: 30%;
1059
+ }
1060
+ .uk-width-xlarge-7-10 {
1061
+ width: 70%;
1062
+ }
1063
+ .uk-width-xlarge-9-10 {
1064
+ width: 90%;
1065
+ }
1066
+ }
1000
1067
  /* Sub-object: `uk-push-*` and `uk-pull-*`
1001
1068
  ========================================================================== */
1002
1069
  /*
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Accordion
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Accordion
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Accordion
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Autocomplete
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Autocomplete
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Autocomplete
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Datepicker
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Datepicker
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Datepicker
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Dotnav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Dotnav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Dotnav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form advanced
4
4
  Note: Only works in Webkit at the moment
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form advanced
4
4
  Note: Only works in Webkit at the moment
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form advanced
4
4
  Note: Only works in Webkit at the moment
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form file
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form file
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form file
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form password
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form password
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form password
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form select
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form select
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form select
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: HTML editor
4
4
  ========================================================================== */