refills 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +17 -0
  3. data/Gemfile +13 -0
  4. data/Gemfile.lock +103 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +26 -0
  7. data/Rakefile +2 -0
  8. data/config.rb +101 -0
  9. data/lib/refills.rb +2 -0
  10. data/lib/refills/import_generator.rb +15 -0
  11. data/lib/refills/list_generator.rb +20 -0
  12. data/lib/refills/version.rb +3 -0
  13. data/refills.gemspec +23 -0
  14. data/source/_accordion-tabs.html.erb +48 -0
  15. data/source/_accordion.html.erb +33 -0
  16. data/source/_badges.html.erb +5 -0
  17. data/source/_breadcrumbs.html.erb +8 -0
  18. data/source/_button-group.html.erb +7 -0
  19. data/source/_cards.html.erb +26 -0
  20. data/source/_dashboard.html.erb +18 -0
  21. data/source/_dropdown-menu.html.erb +45 -0
  22. data/source/_footer.html.erb +29 -0
  23. data/source/_hero.html.erb +11 -0
  24. data/source/_html_snippet.html.erb +5 -0
  25. data/source/_image-cards.html.erb +28 -0
  26. data/source/_info-section.html.erb +25 -0
  27. data/source/_item-list.html.erb +25 -0
  28. data/source/_master-detail.html.erb +35 -0
  29. data/source/_modal.html.erb +34 -0
  30. data/source/_navigation.html.erb +36 -0
  31. data/source/_overlap.html.erb +9 -0
  32. data/source/_progress-bar.html.erb +3 -0
  33. data/source/_search-bar.html.erb +8 -0
  34. data/source/_sidebar-layout.html.erb +28 -0
  35. data/source/_sliding-menu.html.erb +20 -0
  36. data/source/_snippet.html.erb +5 -0
  37. data/source/_stylesheet_snippet.html.erb +7 -0
  38. data/source/_switch-toggle.html.erb +15 -0
  39. data/source/_tables.html.erb +31 -0
  40. data/source/_toggle-cards.html.erb +64 -0
  41. data/source/_tooltip.html.erb +4 -0
  42. data/source/_vertical-tabs.html.erb +66 -0
  43. data/source/favicon.ico +0 -0
  44. data/source/favicon.png +0 -0
  45. data/source/images/background.png +0 -0
  46. data/source/images/middleman.png +0 -0
  47. data/source/index.html.erb +202 -0
  48. data/source/javascripts/all.js +2 -0
  49. data/source/layouts/layout.erb +19 -0
  50. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_deprecated-webkit-gradient.scssc +0 -0
  51. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_gradient-positions-parser.scssc +0 -0
  52. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_linear-positions-parser.scssc +0 -0
  53. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_radial-arg-parser.scssc +0 -0
  54. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_radial-positions-parser.scssc +0 -0
  55. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_render-gradients.scssc +0 -0
  56. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_shape-size-stripper.scssc +0 -0
  57. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_fill-parent.scssc +0 -0
  58. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_grid.scssc +0 -0
  59. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_media.scssc +0 -0
  60. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_omega.scssc +0 -0
  61. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_outer-container.scssc +0 -0
  62. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_pad.scssc +0 -0
  63. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_private.scssc +0 -0
  64. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_reset.scssc +0 -0
  65. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_row.scssc +0 -0
  66. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_shift.scssc +0 -0
  67. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_span-columns.scssc +0 -0
  68. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_to-deprecate.scssc +0 -0
  69. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_visual-grid.scssc +0 -0
  70. data/source/stylesheets/.sass-cache/3c5af5c36664454ea95f8284b8f46c4539020663/_neat-helpers.scssc +0 -0
  71. data/source/stylesheets/.sass-cache/3c5af5c36664454ea95f8284b8f46c4539020663/_neat.scssc +0 -0
  72. data/source/stylesheets/.sass-cache/5d5301b1b4de0f4b931a707c7390ccdbbf02bc5c/_bourbon-deprecated-upcoming.scssc +0 -0
  73. data/source/stylesheets/.sass-cache/5d5301b1b4de0f4b931a707c7390ccdbbf02bc5c/_bourbon.scssc +0 -0
  74. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_bitters.scssc +0 -0
  75. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_flashes.scssc +0 -0
  76. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_forms.scssc +0 -0
  77. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_grid-settings.scssc +0 -0
  78. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_lists.scssc +0 -0
  79. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_tables.scssc +0 -0
  80. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_typography.scssc +0 -0
  81. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_variables.scssc +0 -0
  82. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_accordion-tabs.scssc +0 -0
  83. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_breadcrumbs.scssc +0 -0
  84. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_button-group.scssc +0 -0
  85. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_buttons.scssc +0 -0
  86. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_cards.scssc +0 -0
  87. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_dashboard.scssc +0 -0
  88. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_dropdown-menu.scssc +0 -0
  89. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_footer.scssc +0 -0
  90. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_header-nav.scssc +0 -0
  91. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_hero.scssc +0 -0
  92. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_image-cards.scssc +0 -0
  93. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_info-section.scssc +0 -0
  94. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_item-list.scssc +0 -0
  95. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_master-detail.scssc +0 -0
  96. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_modal.scssc +0 -0
  97. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_navigation.scssc +0 -0
  98. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_overlap.scssc +0 -0
  99. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_progress-bar.scssc +0 -0
  100. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_search-bar.scssc +0 -0
  101. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_sidebar-layout.scssc +0 -0
  102. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_sliding-menu.scssc +0 -0
  103. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_table-borders.scssc +0 -0
  104. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_table.scssc +0 -0
  105. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_tables.scssc +0 -0
  106. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_tabs.scssc +0 -0
  107. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_toggle-cards.scssc +0 -0
  108. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_tooltip.scssc +0 -0
  109. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_vertical-tabs.scssc +0 -0
  110. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/vertical-tabs.scssc +0 -0
  111. data/source/stylesheets/.sass-cache/949f49000f6a509c8c1d8b10cc864f41440f4640/_new-breakpoint.scssc +0 -0
  112. data/source/stylesheets/.sass-cache/949f49000f6a509c8c1d8b10cc864f41440f4640/_private.scssc +0 -0
  113. data/source/stylesheets/.sass-cache/949f49000f6a509c8c1d8b10cc864f41440f4640/_px-to-em.scssc +0 -0
  114. data/source/stylesheets/.sass-cache/9c3cd587ffeef0d147804cf4a2177df69c325021/_grid.scssc +0 -0
  115. data/source/stylesheets/.sass-cache/9c3cd587ffeef0d147804cf4a2177df69c325021/_visual-grid.scssc +0 -0
  116. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_button.scssc +820 -0
  117. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_clearfix.scssc +0 -0
  118. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_font-family.scssc +0 -0
  119. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_hide-text.scssc +0 -0
  120. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_html5-input-types.scssc +0 -0
  121. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_position.scssc +0 -0
  122. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_prefixer.scssc +0 -0
  123. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_retina-image.scssc +0 -0
  124. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_size.scssc +0 -0
  125. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_timing-functions.scssc +0 -0
  126. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_triangle.scssc +0 -0
  127. data/source/stylesheets/.sass-cache/d215ab98db0764a70113a4b69eb12099c4a4b951/_normalize.scssc +0 -0
  128. data/source/stylesheets/.sass-cache/d215ab98db0764a70113a4b69eb12099c4a4b951/_refills-styles.scssc +0 -0
  129. data/source/stylesheets/.sass-cache/d215ab98db0764a70113a4b69eb12099c4a4b951/all.scssc +0 -0
  130. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_animation.scssc +0 -0
  131. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_appearance.scssc +0 -0
  132. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_backface-visibility.scssc +0 -0
  133. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_background-image.scssc +0 -0
  134. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_background.scssc +0 -0
  135. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_border-image.scssc +0 -0
  136. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_border-radius.scssc +0 -0
  137. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_box-sizing.scssc +0 -0
  138. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_columns.scssc +0 -0
  139. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_flex-box.scssc +0 -0
  140. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_font-face.scssc +0 -0
  141. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_hidpi-media-query.scssc +0 -0
  142. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_image-rendering.scssc +0 -0
  143. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_inline-block.scssc +0 -0
  144. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_keyframes.scssc +0 -0
  145. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_linear-gradient.scssc +0 -0
  146. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_perspective.scssc +0 -0
  147. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_placeholder.scssc +0 -0
  148. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_radial-gradient.scssc +0 -0
  149. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_transform.scssc +0 -0
  150. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_transition.scssc +0 -0
  151. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_user-select.scssc +0 -0
  152. data/source/stylesheets/.sass-cache/e04a546d656fd6d36e1f48c3953beece343e5456/_base.scssc +0 -0
  153. data/source/stylesheets/.sass-cache/e04a546d656fd6d36e1f48c3953beece343e5456/_button.scssc +0 -0
  154. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_compact.scssc +0 -0
  155. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_flex-grid.scssc +0 -0
  156. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_grid-width.scssc +0 -0
  157. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_linear-gradient.scssc +0 -0
  158. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_modular-scale.scssc +0 -0
  159. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_px-to-em.scssc +0 -0
  160. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_radial-gradient.scssc +0 -0
  161. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_tint-shade.scssc +0 -0
  162. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_transition-property-name.scssc +0 -0
  163. data/source/stylesheets/_normalize.scss +402 -0
  164. data/source/stylesheets/_refills-styles.scss +269 -0
  165. data/source/stylesheets/all.scss +36 -0
  166. data/source/stylesheets/bitters/_bitters.scss +7 -0
  167. data/source/stylesheets/bitters/_flashes.scss +50 -0
  168. data/source/stylesheets/bitters/_forms.scss +87 -0
  169. data/source/stylesheets/bitters/_grid-settings.scss +14 -0
  170. data/source/stylesheets/bitters/_lists.scss +31 -0
  171. data/source/stylesheets/bitters/_tables.scss +22 -0
  172. data/source/stylesheets/bitters/_typography.scss +103 -0
  173. data/source/stylesheets/bitters/_variables.scss +47 -0
  174. data/source/stylesheets/bitters/extends/_base.scss +1 -0
  175. data/source/stylesheets/bitters/extends/_button.scss +5 -0
  176. data/source/stylesheets/bourbon/_bourbon-deprecated-upcoming.scss +13 -0
  177. data/source/stylesheets/bourbon/_bourbon.scss +59 -0
  178. data/source/stylesheets/bourbon/addons/_button.scss +343 -0
  179. data/source/stylesheets/bourbon/addons/_clearfix.scss +29 -0
  180. data/source/stylesheets/bourbon/addons/_font-family.scss +5 -0
  181. data/source/stylesheets/bourbon/addons/_hide-text.scss +5 -0
  182. data/source/stylesheets/bourbon/addons/_html5-input-types.scss +56 -0
  183. data/source/stylesheets/bourbon/addons/_position.scss +42 -0
  184. data/source/stylesheets/bourbon/addons/_prefixer.scss +49 -0
  185. data/source/stylesheets/bourbon/addons/_retina-image.scss +32 -0
  186. data/source/stylesheets/bourbon/addons/_size.scss +44 -0
  187. data/source/stylesheets/bourbon/addons/_timing-functions.scss +32 -0
  188. data/source/stylesheets/bourbon/addons/_triangle.scss +45 -0
  189. data/source/stylesheets/bourbon/css3/_animation.scss +52 -0
  190. data/source/stylesheets/bourbon/css3/_appearance.scss +3 -0
  191. data/source/stylesheets/bourbon/css3/_backface-visibility.scss +6 -0
  192. data/source/stylesheets/bourbon/css3/_background-image.scss +48 -0
  193. data/source/stylesheets/bourbon/css3/_background.scss +103 -0
  194. data/source/stylesheets/bourbon/css3/_border-image.scss +55 -0
  195. data/source/stylesheets/bourbon/css3/_border-radius.scss +22 -0
  196. data/source/stylesheets/bourbon/css3/_box-sizing.scss +4 -0
  197. data/source/stylesheets/bourbon/css3/_columns.scss +47 -0
  198. data/source/stylesheets/bourbon/css3/_flex-box.scss +52 -0
  199. data/source/stylesheets/bourbon/css3/_font-face.scss +23 -0
  200. data/source/stylesheets/bourbon/css3/_hidpi-media-query.scss +10 -0
  201. data/source/stylesheets/bourbon/css3/_image-rendering.scss +13 -0
  202. data/source/stylesheets/bourbon/css3/_inline-block.scss +8 -0
  203. data/source/stylesheets/bourbon/css3/_keyframes.scss +43 -0
  204. data/source/stylesheets/bourbon/css3/_linear-gradient.scss +41 -0
  205. data/source/stylesheets/bourbon/css3/_perspective.scss +8 -0
  206. data/source/stylesheets/bourbon/css3/_placeholder.scss +29 -0
  207. data/source/stylesheets/bourbon/css3/_radial-gradient.scss +44 -0
  208. data/source/stylesheets/bourbon/css3/_transform.scss +15 -0
  209. data/source/stylesheets/bourbon/css3/_transition.scss +34 -0
  210. data/source/stylesheets/bourbon/css3/_user-select.scss +3 -0
  211. data/source/stylesheets/bourbon/functions/_compact.scss +11 -0
  212. data/source/stylesheets/bourbon/functions/_flex-grid.scss +39 -0
  213. data/source/stylesheets/bourbon/functions/_grid-width.scss +13 -0
  214. data/source/stylesheets/bourbon/functions/_linear-gradient.scss +13 -0
  215. data/source/stylesheets/bourbon/functions/_modular-scale.scss +40 -0
  216. data/source/stylesheets/bourbon/functions/_px-to-em.scss +8 -0
  217. data/source/stylesheets/bourbon/functions/_radial-gradient.scss +23 -0
  218. data/source/stylesheets/bourbon/functions/_tint-shade.scss +9 -0
  219. data/source/stylesheets/bourbon/functions/_transition-property-name.scss +22 -0
  220. data/source/stylesheets/bourbon/helpers/_deprecated-webkit-gradient.scss +39 -0
  221. data/source/stylesheets/bourbon/helpers/_gradient-positions-parser.scss +13 -0
  222. data/source/stylesheets/bourbon/helpers/_linear-positions-parser.scss +61 -0
  223. data/source/stylesheets/bourbon/helpers/_radial-arg-parser.scss +69 -0
  224. data/source/stylesheets/bourbon/helpers/_radial-positions-parser.scss +18 -0
  225. data/source/stylesheets/bourbon/helpers/_render-gradients.scss +26 -0
  226. data/source/stylesheets/bourbon/helpers/_shape-size-stripper.scss +10 -0
  227. data/source/stylesheets/neat/_neat-helpers.scss +7 -0
  228. data/source/stylesheets/neat/_neat.scss +21 -0
  229. data/source/stylesheets/neat/functions/_new-breakpoint.scss +16 -0
  230. data/source/stylesheets/neat/functions/_private.scss +125 -0
  231. data/source/stylesheets/neat/grid/_fill-parent.scss +7 -0
  232. data/source/stylesheets/neat/grid/_grid.scss +5 -0
  233. data/source/stylesheets/neat/grid/_media.scss +51 -0
  234. data/source/stylesheets/neat/grid/_omega.scss +79 -0
  235. data/source/stylesheets/neat/grid/_outer-container.scss +8 -0
  236. data/source/stylesheets/neat/grid/_pad.scss +8 -0
  237. data/source/stylesheets/neat/grid/_private.scss +50 -0
  238. data/source/stylesheets/neat/grid/_reset.scss +12 -0
  239. data/source/stylesheets/neat/grid/_row.scss +17 -0
  240. data/source/stylesheets/neat/grid/_shift.scss +16 -0
  241. data/source/stylesheets/neat/grid/_span-columns.scss +45 -0
  242. data/source/stylesheets/neat/grid/_to-deprecate.scss +57 -0
  243. data/source/stylesheets/neat/grid/_visual-grid.scss +41 -0
  244. data/source/stylesheets/neat/settings/_grid.scss +7 -0
  245. data/source/stylesheets/neat/settings/_visual-grid.scss +5 -0
  246. data/source/stylesheets/normalize.css +375 -0
  247. data/source/stylesheets/refills/_accordion-tabs.scss +101 -0
  248. data/source/stylesheets/refills/_accordion.scss +51 -0
  249. data/source/stylesheets/refills/_badges.scss +37 -0
  250. data/source/stylesheets/refills/_breadcrumbs.scss +77 -0
  251. data/source/stylesheets/refills/_button-group.scss +33 -0
  252. data/source/stylesheets/refills/_cards.scss +64 -0
  253. data/source/stylesheets/refills/_dashboard.scss +33 -0
  254. data/source/stylesheets/refills/_dropdown-menu.scss +65 -0
  255. data/source/stylesheets/refills/_footer.scss +55 -0
  256. data/source/stylesheets/refills/_hero.scss +35 -0
  257. data/source/stylesheets/refills/_image-cards.scss +102 -0
  258. data/source/stylesheets/refills/_info-section.scss +49 -0
  259. data/source/stylesheets/refills/_item-list.scss +37 -0
  260. data/source/stylesheets/refills/_master-detail.scss +54 -0
  261. data/source/stylesheets/refills/_modal.scss +160 -0
  262. data/source/stylesheets/refills/_navigation.scss +168 -0
  263. data/source/stylesheets/refills/_overlap.scss +42 -0
  264. data/source/stylesheets/refills/_progress-bar.scss +83 -0
  265. data/source/stylesheets/refills/_search-bar.scss +43 -0
  266. data/source/stylesheets/refills/_sidebar-layout.scss +56 -0
  267. data/source/stylesheets/refills/_sliding-menu.scss +58 -0
  268. data/source/stylesheets/refills/_switch-toggle.scss +73 -0
  269. data/source/stylesheets/refills/_tables.scss +80 -0
  270. data/source/stylesheets/refills/_toggle-cards.scss +104 -0
  271. data/source/stylesheets/refills/_tooltip.scss +81 -0
  272. data/source/stylesheets/refills/_vertical-tabs.scss +113 -0
  273. data/source/vendor/javascripts/prism.js +13 -0
  274. data/source/vendor/stylesheets/prism.css +126 -0
  275. metadata +349 -0
@@ -0,0 +1,12 @@
1
+ @mixin reset-display {
2
+ $container-display-table: false;
3
+ }
4
+
5
+ @mixin reset-layout-direction {
6
+ $layout-direction: $default-layout-direction;
7
+ }
8
+
9
+ @mixin reset-all {
10
+ @include reset-display;
11
+ @include reset-layout-direction;
12
+ }
@@ -0,0 +1,17 @@
1
+ @mixin row($display: block, $direction: $default-layout-direction) {
2
+ @include clearfix;
3
+ $layout-direction: $direction;
4
+
5
+ @if $display == table {
6
+ display: table;
7
+ @include fill-parent;
8
+ table-layout: fixed;
9
+ $container-display-table: true;
10
+ }
11
+
12
+ @else {
13
+ display: block;
14
+ $container-display-table: false;
15
+ }
16
+ }
17
+
@@ -0,0 +1,16 @@
1
+ @mixin shift($n-columns: 1) {
2
+ @include shift-in-context($n-columns);
3
+ }
4
+
5
+ @mixin shift-in-context($shift: $columns of $container-columns) {
6
+ $n-columns: nth($shift, 1);
7
+ $parent-columns: container-shift($shift);
8
+
9
+ $direction: get-direction($layout-direction, $default-layout-direction);
10
+ $opposite-direction: get-opposite-direction($direction);
11
+
12
+ margin-#{$opposite-direction}: $n-columns * flex-grid(1, $parent-columns) + $n-columns * flex-gutter($parent-columns);
13
+
14
+ // Reset nesting context
15
+ $parent-columns: $grid-columns;
16
+ }
@@ -0,0 +1,45 @@
1
+ @mixin span-columns($span: $columns of $container-columns, $display: block) {
2
+ $columns: nth($span, 1);
3
+ $container-columns: container-span($span);
4
+
5
+ // Set nesting context (used by shift())
6
+ $parent-columns: get-parent-columns($container-columns);
7
+
8
+ $direction: get-direction($layout-direction, $default-layout-direction);
9
+ $opposite-direction: get-opposite-direction($direction);
10
+
11
+ $display-table: is-display-table($container-display-table, $display);
12
+
13
+ @if $display-table {
14
+ $padding: get-padding-for-table-layout($columns, $container-columns);
15
+ display: table-cell;
16
+ padding-#{$direction}: $padding;
17
+ width: flex-grid($columns, $container-columns) + $padding;
18
+ } @else {
19
+ float: #{$opposite-direction};
20
+
21
+ @if $display != no-display {
22
+ display: block;
23
+ }
24
+
25
+ @if $display == collapse {
26
+ @warn "The 'collapse' argument will be deprecated. Use 'block-collapse' instead."
27
+ }
28
+
29
+ @if $display == collapse or $display == block-collapse {
30
+ width: flex-grid($columns, $container-columns) + flex-gutter($container-columns);
31
+
32
+ &:last-child {
33
+ width: flex-grid($columns, $container-columns);
34
+ }
35
+
36
+ } @else {
37
+ margin-#{$direction}: flex-gutter($container-columns);
38
+ width: flex-grid($columns, $container-columns);
39
+
40
+ &:last-child {
41
+ margin-#{$direction}: 0;
42
+ }
43
+ }
44
+ }
45
+ }
@@ -0,0 +1,57 @@
1
+ @mixin breakpoint($query:$feature $value $columns, $total-columns: $grid-columns) {
2
+ @warn "The breakpoint() mixin was renamed to media() in Neat 1.0. Please update your project with the new syntax before the next version bump.";
3
+
4
+ @if length($query) == 1 {
5
+ @media screen and ($default-feature: nth($query, 1)) {
6
+ $default-grid-columns: $grid-columns;
7
+ $grid-columns: $total-columns;
8
+ @content;
9
+ $grid-columns: $default-grid-columns;
10
+ }
11
+ }
12
+
13
+ @else if length($query) == 2 {
14
+ @media screen and (nth($query, 1): nth($query, 2)) {
15
+ $default-grid-columns: $grid-columns;
16
+ $grid-columns: $total-columns;
17
+ @content;
18
+ $grid-columns: $default-grid-columns;
19
+ }
20
+ }
21
+
22
+ @else if length($query) == 3 {
23
+ @media screen and (nth($query, 1): nth($query, 2)) {
24
+ $default-grid-columns: $grid-columns;
25
+ $grid-columns: nth($query, 3);
26
+ @content;
27
+ $grid-columns: $default-grid-columns;
28
+ }
29
+ }
30
+
31
+ @else if length($query) == 4 {
32
+ @media screen and (nth($query, 1): nth($query, 2)) and (nth($query, 3): nth($query, 4)) {
33
+ $default-grid-columns: $grid-columns;
34
+ $grid-columns: $total-columns;
35
+ @content;
36
+ $grid-columns: $default-grid-columns;
37
+ }
38
+ }
39
+
40
+ @else if length($query) == 5 {
41
+ @media screen and (nth($query, 1): nth($query, 2)) and (nth($query, 3): nth($query, 4)) {
42
+ $default-grid-columns: $grid-columns;
43
+ $grid-columns: nth($query, 5);
44
+ @content;
45
+ $grid-columns: $default-grid-columns;
46
+ }
47
+ }
48
+
49
+ @else {
50
+ @warn "Wrong number of arguments for breakpoint(). Read the documentation for more details.";
51
+ }
52
+ }
53
+
54
+ @mixin nth-omega($nth, $display: block, $direction: default) {
55
+ @warn "The nth-omega() mixin is deprecated. Please use omega() instead.";
56
+ @include omega($nth $display, $direction);
57
+ }
@@ -0,0 +1,41 @@
1
+ @mixin grid-column-gradient($values...) {
2
+ background-image: deprecated-webkit-gradient(linear, left top, left bottom, $values);
3
+ background-image: -webkit-linear-gradient(left, $values);
4
+ background-image: -moz-linear-gradient(left, $values);
5
+ background-image: -ms-linear-gradient(left, $values);
6
+ background-image: -o-linear-gradient(left, $values);
7
+ background-image: unquote("linear-gradient(left, #{$values})");
8
+ }
9
+
10
+ @if $visual-grid == true or $visual-grid == yes {
11
+ body:before {
12
+ content: '';
13
+ display: inline-block;
14
+ @include grid-column-gradient(gradient-stops($grid-columns));
15
+ height: 100%;
16
+ left: 0;
17
+ margin: 0 auto;
18
+ max-width: $max-width;
19
+ opacity: $visual-grid-opacity;
20
+ position: fixed;
21
+ right: 0;
22
+ width: 100%;
23
+ pointer-events: none;
24
+
25
+ @if $visual-grid-index == back {
26
+ z-index: -1;
27
+ }
28
+
29
+ @else if $visual-grid-index == front {
30
+ z-index: 9999;
31
+ }
32
+
33
+ @each $breakpoint in $visual-grid-breakpoints {
34
+ @if $breakpoint != nil {
35
+ @include media($breakpoint) {
36
+ @include grid-column-gradient(gradient-stops($grid-columns));
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
@@ -0,0 +1,7 @@
1
+ $column: golden-ratio(1em, 3) !default; // Column width
2
+ $gutter: golden-ratio(1em, 1) !default; // Gutter between each two columns
3
+ $grid-columns: 12 !default; // Total number of columns in the grid
4
+ $max-width: em(1088) !default; // Max-width of the outer container
5
+ $border-box-sizing: true !default; // Makes all elements have a border-box layout
6
+ $default-feature: min-width; // Default @media feature for the breakpoint() mixin
7
+ $default-layout-direction: LTR !default;
@@ -0,0 +1,5 @@
1
+ $visual-grid: false !default; // Display the base grid
2
+ $visual-grid-color: #EEE !default;
3
+ $visual-grid-index: back !default; // Show grid behind content (back) or overlay it over the content (front)
4
+ $visual-grid-opacity: 0.4 !default;
5
+ $visual-grid-breakpoints: () !default;
@@ -0,0 +1,375 @@
1
+ /*! normalize.css v2.0.1 | MIT License | git.io/normalize */
2
+
3
+ /* ==========================================================================
4
+ HTML5 display definitions
5
+ ========================================================================== */
6
+
7
+ /*
8
+ * Corrects `block` display not defined in IE 8/9.
9
+ */
10
+
11
+ article,
12
+ aside,
13
+ details,
14
+ figcaption,
15
+ figure,
16
+ footer,
17
+ header,
18
+ hgroup,
19
+ nav,
20
+ section,
21
+ summary {
22
+ display: block;
23
+ }
24
+
25
+ /*
26
+ * Corrects `inline-block` display not defined in IE 8/9.
27
+ */
28
+
29
+ audio,
30
+ canvas,
31
+ video {
32
+ display: inline-block;
33
+ }
34
+
35
+ /*
36
+ * Prevents modern browsers from displaying `audio` without controls.
37
+ * Remove excess height in iOS 5 devices.
38
+ */
39
+
40
+ audio:not([controls]) {
41
+ display: none;
42
+ height: 0;
43
+ }
44
+
45
+ /*
46
+ * Addresses styling for `hidden` attribute not present in IE 8/9.
47
+ */
48
+
49
+ [hidden] {
50
+ display: none;
51
+ }
52
+
53
+ /* ==========================================================================
54
+ Base
55
+ ========================================================================== */
56
+
57
+ /*
58
+ * 1. Sets default font family to sans-serif.
59
+ * 2. Prevents iOS text size adjust after orientation change, without disabling
60
+ * user zoom.
61
+ */
62
+
63
+ html {
64
+ font-family: sans-serif; /* 1 */
65
+ -webkit-text-size-adjust: 100%; /* 2 */
66
+ -ms-text-size-adjust: 100%; /* 2 */
67
+ }
68
+
69
+ /*
70
+ * Removes default margin.
71
+ */
72
+
73
+ body {
74
+ margin: 0;
75
+ }
76
+
77
+ /* ==========================================================================
78
+ Links
79
+ ========================================================================== */
80
+
81
+ /*
82
+ * Addresses `outline` inconsistency between Chrome and other browsers.
83
+ */
84
+
85
+ a:focus {
86
+ outline: thin dotted;
87
+ }
88
+
89
+ /*
90
+ * Improves readability when focused and also mouse hovered in all browsers.
91
+ */
92
+
93
+ a:active,
94
+ a:hover {
95
+ outline: 0;
96
+ }
97
+
98
+ /* ==========================================================================
99
+ Typography
100
+ ========================================================================== */
101
+
102
+ /*
103
+ * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
104
+ * Safari 5, and Chrome.
105
+ */
106
+
107
+ h1 {
108
+ font-size: 2em;
109
+ }
110
+
111
+ /*
112
+ * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
113
+ */
114
+
115
+ abbr[title] {
116
+ border-bottom: 1px dotted;
117
+ }
118
+
119
+ /*
120
+ * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
121
+ */
122
+
123
+ b,
124
+ strong {
125
+ font-weight: bold;
126
+ }
127
+
128
+ /*
129
+ * Addresses styling not present in Safari 5 and Chrome.
130
+ */
131
+
132
+ dfn {
133
+ font-style: italic;
134
+ }
135
+
136
+ /*
137
+ * Addresses styling not present in IE 8/9.
138
+ */
139
+
140
+ mark {
141
+ background: #ff0;
142
+ color: #000;
143
+ }
144
+
145
+
146
+ /*
147
+ * Corrects font family set oddly in Safari 5 and Chrome.
148
+ */
149
+
150
+ code,
151
+ kbd,
152
+ pre,
153
+ samp {
154
+ font-family: monospace, serif;
155
+ font-size: 1em;
156
+ }
157
+
158
+ /*
159
+ * Improves readability of pre-formatted text in all browsers.
160
+ */
161
+
162
+ pre {
163
+ white-space: pre;
164
+ white-space: pre-wrap;
165
+ word-wrap: break-word;
166
+ }
167
+
168
+ /*
169
+ * Sets consistent quote types.
170
+ */
171
+
172
+ q {
173
+ quotes: "\201C" "\201D" "\2018" "\2019";
174
+ }
175
+
176
+ /*
177
+ * Addresses inconsistent and variable font size in all browsers.
178
+ */
179
+
180
+ small {
181
+ font-size: 80%;
182
+ }
183
+
184
+ /*
185
+ * Prevents `sub` and `sup` affecting `line-height` in all browsers.
186
+ */
187
+
188
+ sub,
189
+ sup {
190
+ font-size: 75%;
191
+ line-height: 0;
192
+ position: relative;
193
+ vertical-align: baseline;
194
+ }
195
+
196
+ sup {
197
+ top: -0.5em;
198
+ }
199
+
200
+ sub {
201
+ bottom: -0.25em;
202
+ }
203
+
204
+ /* ==========================================================================
205
+ Embedded content
206
+ ========================================================================== */
207
+
208
+ /*
209
+ * Removes border when inside `a` element in IE 8/9.
210
+ */
211
+
212
+ img {
213
+ border: 0;
214
+ }
215
+
216
+ /*
217
+ * Corrects overflow displayed oddly in IE 9.
218
+ */
219
+
220
+ svg:not(:root) {
221
+ overflow: hidden;
222
+ }
223
+
224
+ /* ==========================================================================
225
+ Figures
226
+ ========================================================================== */
227
+
228
+ /*
229
+ * Addresses margin not present in IE 8/9 and Safari 5.
230
+ */
231
+
232
+ figure {
233
+ margin: 0;
234
+ }
235
+
236
+ /* ==========================================================================
237
+ Forms
238
+ ========================================================================== */
239
+
240
+ /*
241
+ * Define consistent border, margin, and padding.
242
+ */
243
+
244
+ fieldset {
245
+ border: 1px solid #c0c0c0;
246
+ margin: 0 2px;
247
+ padding: 0.35em 0.625em 0.75em;
248
+ }
249
+
250
+ /*
251
+ * 1. Corrects color not being inherited in IE 8/9.
252
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
253
+ */
254
+
255
+ legend {
256
+ border: 0; /* 1 */
257
+ padding: 0; /* 2 */
258
+ }
259
+
260
+ /*
261
+ * 1. Corrects font family not being inherited in all browsers.
262
+ * 2. Corrects font size not being inherited in all browsers.
263
+ * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
264
+ */
265
+
266
+ button,
267
+ input,
268
+ select,
269
+ textarea {
270
+ font-family: inherit; /* 1 */
271
+ font-size: 100%; /* 2 */
272
+ margin: 0; /* 3 */
273
+ }
274
+
275
+ /*
276
+ * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
277
+ * the UA stylesheet.
278
+ */
279
+
280
+ button,
281
+ input {
282
+ line-height: normal;
283
+ }
284
+
285
+ /*
286
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
287
+ * and `video` controls.
288
+ * 2. Corrects inability to style clickable `input` types in iOS.
289
+ * 3. Improves usability and consistency of cursor style between image-type
290
+ * `input` and others.
291
+ */
292
+
293
+ button,
294
+ html input[type="button"], /* 1 */
295
+ input[type="reset"],
296
+ input[type="submit"] {
297
+ -webkit-appearance: button; /* 2 */
298
+ cursor: pointer; /* 3 */
299
+ }
300
+
301
+ /*
302
+ * Re-set default cursor for disabled elements.
303
+ */
304
+
305
+ button[disabled],
306
+ input[disabled] {
307
+ cursor: default;
308
+ }
309
+
310
+ /*
311
+ * 1. Addresses box sizing set to `content-box` in IE 8/9.
312
+ * 2. Removes excess padding in IE 8/9.
313
+ */
314
+
315
+ input[type="checkbox"],
316
+ input[type="radio"] {
317
+ box-sizing: border-box; /* 1 */
318
+ padding: 0; /* 2 */
319
+ }
320
+
321
+ /*
322
+ * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
323
+ * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
324
+ * (include `-moz` to future-proof).
325
+ */
326
+
327
+ input[type="search"] {
328
+ -webkit-appearance: textfield; /* 1 */
329
+ -moz-box-sizing: content-box;
330
+ -webkit-box-sizing: content-box; /* 2 */
331
+ box-sizing: content-box;
332
+ }
333
+
334
+ /*
335
+ * Removes inner padding and search cancel button in Safari 5 and Chrome
336
+ * on OS X.
337
+ */
338
+
339
+ input[type="search"]::-webkit-search-cancel-button,
340
+ input[type="search"]::-webkit-search-decoration {
341
+ -webkit-appearance: none;
342
+ }
343
+
344
+ /*
345
+ * Removes inner padding and border in Firefox 4+.
346
+ */
347
+
348
+ button::-moz-focus-inner,
349
+ input::-moz-focus-inner {
350
+ border: 0;
351
+ padding: 0;
352
+ }
353
+
354
+ /*
355
+ * 1. Removes default vertical scrollbar in IE 8/9.
356
+ * 2. Improves readability and alignment in all browsers.
357
+ */
358
+
359
+ textarea {
360
+ overflow: auto; /* 1 */
361
+ vertical-align: top; /* 2 */
362
+ }
363
+
364
+ /* ==========================================================================
365
+ Tables
366
+ ========================================================================== */
367
+
368
+ /*
369
+ * Remove most spacing between table cells.
370
+ */
371
+
372
+ table {
373
+ border-collapse: collapse;
374
+ border-spacing: 0;
375
+ }