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,269 @@
1
+ $refills-color: lighten(desaturate(teal, 60), 40);
2
+ $base-body-color: white;
3
+
4
+ body {
5
+ background-color: $base-body-color;
6
+ }
7
+
8
+ $refills-nav-height: 60px;
9
+
10
+
11
+
12
+ .refills-header {
13
+ width: 100%;
14
+ margin: 0 0 $base-line-height*3;
15
+ height: $refills-nav-height;
16
+ background-color: $base-body-color;
17
+
18
+ .logo {
19
+ font-weight: bold;
20
+ float: left;
21
+ padding: 0;
22
+ text-transform: uppercase;
23
+ line-height: $refills-nav-height;
24
+ color: white;
25
+ background-color: $dark-gray;
26
+ padding: 0 2em;
27
+ }
28
+
29
+ p {
30
+ padding-right: 1em;
31
+ display: block;
32
+ float: right;
33
+ margin: 0;
34
+ line-height: $refills-nav-height;
35
+ background-color: $base-body-color;
36
+ }
37
+
38
+ &:hover {
39
+ .nav ul {
40
+ display: block;
41
+ }
42
+ }
43
+
44
+ .nav {
45
+ ul {
46
+ display: none;
47
+ -webkit-transform-style: preserve-3d; // stop webkit flicker
48
+ overflow: hidden;
49
+ margin: 0 auto;
50
+ padding: 0;
51
+ width: 100%;
52
+
53
+ li {
54
+ position: relative;
55
+ overflow: hidden;
56
+ display: block;
57
+ width: 100%;
58
+ text-align: right;
59
+ padding: 1em;
60
+ border-radius: $base-border-radius;
61
+ line-height: $refills-nav-height;
62
+ width: 100%;
63
+ position: relative;
64
+ display: block;
65
+ z-index: 99999999;
66
+ overflow: hidden;
67
+ font-size: $base-font-size /1.2;
68
+ font-weight: 200;
69
+ background-color: $refills-color;
70
+
71
+ &:hover {
72
+ background-color: darken($refills-color, 10);
73
+ }
74
+
75
+
76
+ a {
77
+ padding: 1em;
78
+ color: white;
79
+ }
80
+ }
81
+ }
82
+ }
83
+
84
+ @include media ($medium-screen) {
85
+ margin: 2em 0 $base-line-height*3;
86
+ p {
87
+ display: none;
88
+ }
89
+ .nav {
90
+ float: right;
91
+
92
+ ul {
93
+ display: block;
94
+ margin: 0;
95
+ padding: 0;
96
+
97
+ li {
98
+ display: inline;
99
+ display: inline;
100
+ text-decoration: none;
101
+ line-height: $refills-nav-height;
102
+ padding-right: 1em;
103
+ }
104
+ }
105
+ }
106
+ }
107
+ }
108
+
109
+ /////////////////////////
110
+
111
+ .refills-wrapper {
112
+ @include outer-container;
113
+ padding: 1em;
114
+
115
+ h1.main-header {
116
+ background-color: $refills-color;
117
+ display: inline-block;
118
+ padding: 0.5em;
119
+ }
120
+
121
+ .refill {
122
+ margin-bottom: 2em;
123
+ padding-bottom: 3em;
124
+ border-bottom: 2px dashed $light-gray;
125
+ position: relative;
126
+
127
+ > h3 {
128
+ padding-top: 0.5em;
129
+ margin-top: 1em;
130
+ margin-bottom: 1.3em;
131
+ }
132
+ }
133
+ }
134
+
135
+ .js-hide-code {
136
+ display: none;
137
+ }
138
+
139
+ .js-show-code {
140
+ display: block;
141
+ }
142
+
143
+ pre {
144
+ display: none;
145
+ padding: 0;
146
+ width: 50%;
147
+ float: left;
148
+
149
+ code {
150
+ max-height: em(400);
151
+ font-size: $base-font-size/2;
152
+ line-height: $base-line-height/2;
153
+ overflow: scroll;
154
+ }
155
+
156
+ }
157
+
158
+ .row {
159
+ @include clearfix;
160
+
161
+ .narrow {
162
+ @include media($medium-screen) {
163
+ @include span-columns(6);
164
+ @include omega(2n);
165
+ }
166
+ }
167
+ }
168
+
169
+
170
+
171
+ @mixin texture($bg-color, $texture-number, $inverted) { $texture-list: "paper.png" // Fabric and paper
172
+ "rice_paper.png"
173
+ "noise_lines.png"
174
+ "fabric_plaid.png"
175
+ "first_aid_kit.png"
176
+ "texturetastic_gray.png"
177
+ "lil_fiber.png"
178
+ "tex2res5.png"
179
+ "skin_side_up.png"
180
+ "light_noise_diagonal.png"
181
+ "chruch.png"
182
+ "45degreee_fabric.png"
183
+ "bgnoise_lg.png"
184
+ "little_pluses.png"
185
+ "squairy_light.png"
186
+ "white_texture.png"
187
+ "binding_light.png"
188
+ "double_lined.png" // Grid, mesh and squares
189
+ "grid.png"
190
+ "absurdidad.png"
191
+ "grid_noise.png"
192
+ "fancy_deboss.png"
193
+ "graphy.png"
194
+ "noise_pattern_with_crosslines.png"
195
+ "old_mathematics.png"
196
+ "ps_neutral.png"
197
+ "subtle_freckles.png"
198
+ "wavegrid.png"
199
+ "az_subtle.png"
200
+ "tiny_grid.png"
201
+ "wavegrid.png"
202
+ "gridme.png"
203
+ "noisy_grid.png"
204
+ "subtlenet2.png"
205
+ "white_carbon.png"
206
+ "lghtmesh.png"
207
+ "p5.png" // Dots
208
+ "worn_dots.png"
209
+ "subtle_dots.png"
210
+ "brillant.png"
211
+ "farmer.png"
212
+ "retina_dust.png" // Lines
213
+ "pinstripe.png"
214
+ "line_horizontal1.png"
215
+ "line_horizontal2.png"
216
+ "linen.png"
217
+ "vintage_speckles.png" // Patina and irregular
218
+ "subtle_grunge.png"
219
+ "old_wall.png"
220
+ "brushed.png"
221
+ "stucco.png"
222
+ "mooning.png"
223
+ "husk.png"
224
+ "concrete_wall_2.png"
225
+ "noisy.png"
226
+ "concrete_wall_3.png"
227
+ "subtle_surface.png"
228
+ "dust.png"
229
+ "light_alu.png"
230
+ "corrugation.png"
231
+ "kindajean.png" // Diagonal
232
+ "line_diagonal1.png"
233
+ "line_diagonal2.png"
234
+ "groovepaper.png"
235
+ "brushed_alu.png"
236
+ "rough_diagonal.png"
237
+ "diagonal-noise.png"
238
+ "cross_scratches.png"
239
+ "striped_lens.png"
240
+ "debut_light.png"
241
+ "diagonal_waves.png" // Special
242
+ "honey_im_subtle.png"
243
+ "pw_maze_white.png"
244
+ "subtle_zebra_3d.png"
245
+ "white_wave.png"
246
+ "circles.png"
247
+ "crosses.png"
248
+ "grilled.png"
249
+ "pw_pattern.png"
250
+ "struckaxiom.png"
251
+ "vichy.png"
252
+ "wavecut.png"
253
+ "whitey.png"
254
+ "cream_pixels.png"
255
+ "grey.png"
256
+ "shinedotted.png"
257
+ "stacked_circles.png"
258
+ ;
259
+
260
+ @if ($inverted == 1) {
261
+ background: url("https://raw.github.com/Magnus-G/texture-mixin/gh-pages/textures/inverted/#{nth($texture-list, $texture-number)}");
262
+ background-color: $bg-color;
263
+ }
264
+
265
+ @else {
266
+ background: url("https://raw.github.com/Magnus-G/texture-mixin/gh-pages/textures/#{nth($texture-list, $texture-number)}");
267
+ background-color: $bg-color;
268
+ }
269
+ }
@@ -0,0 +1,36 @@
1
+ @import "normalize";
2
+ @import "bourbon/bourbon";
3
+ @import "bitters/grid-settings";
4
+ @import "neat/neat";
5
+ @import "bitters/bitters";
6
+ @import "normalize";
7
+ @import "prism";
8
+
9
+ @import "refills-styles";
10
+
11
+ @import "refills/accordion";
12
+ @import "refills/accordion-tabs";
13
+ @import "refills/badges";
14
+ @import "refills/breadcrumbs";
15
+ @import "refills/button-group";
16
+ @import "refills/cards";
17
+ @import "refills/dashboard";
18
+ @import "refills/dropdown-menu";
19
+ @import "refills/footer";
20
+ @import "refills/hero";
21
+ @import "refills/image-cards";
22
+ @import "refills/info-section";
23
+ @import "refills/item-list";
24
+ @import "refills/master-detail";
25
+ @import "refills/modal";
26
+ @import "refills/navigation";
27
+ @import "refills/overlap";
28
+ @import "refills/progress-bar";
29
+ @import "refills/search-bar";
30
+ @import "refills/sidebar-layout";
31
+ @import "refills/sliding-menu";
32
+ @import "refills/switch-toggle";
33
+ @import "refills/tables";
34
+ @import "refills/toggle-cards";
35
+ @import "refills/tooltip";
36
+ @import "refills/vertical-tabs";
@@ -0,0 +1,7 @@
1
+ @import "variables";
2
+ @import "extends/base";
3
+ @import "typography";
4
+ @import "forms";
5
+ @import "tables";
6
+ @import "lists";
7
+ @import "flashes";
@@ -0,0 +1,50 @@
1
+ /* Success, error & notice boxes for messages and errors. */
2
+ %flash {
3
+ margin-bottom: $base-line-height / 2;
4
+ padding: $base-line-height / 2;
5
+ font-weight: bold;
6
+ }
7
+
8
+ .error, #flash_failure {
9
+ @extend %flash;
10
+ background: $error-color;
11
+ color: darken($error-color, 60);
12
+
13
+ a {
14
+ color: darken($error-color, 70);
15
+
16
+ &:hover {
17
+ color: darken($error-color, 90);
18
+ }
19
+ }
20
+ }
21
+
22
+ .notice, #flash_notice {
23
+ @extend %flash;
24
+ background: $notice-color;
25
+ color: darken($notice-color, 60);
26
+
27
+ a {
28
+ color: darken($notice-color, 70);
29
+
30
+ &:hover {
31
+ color: darken($notice-color, 90);
32
+ }
33
+ }
34
+ }
35
+
36
+
37
+ .success, #flash_success {
38
+ @extend %flash;
39
+ background: $success-color;
40
+ color: darken($success-color, 60);
41
+
42
+ a {
43
+ color: darken($success-color, 70);
44
+
45
+ &:hover {
46
+ color: darken($success-color, 90);
47
+ }
48
+ }
49
+ }
50
+
@@ -0,0 +1,87 @@
1
+ $form-border-color: $base-border-color;
2
+ $form-border-color-hover: darken($base-border-color, 10);
3
+ $form-border-color-focus: $base-accent-color;
4
+ $form-border-radius: $base-border-radius;
5
+ $form-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.06);
6
+ $form-box-shadow-focus: $form-box-shadow, 0 0 5px rgba(darken($form-border-color-focus, 5), 0.7);
7
+ $form-font-size: $base-font-size;
8
+ $form-font-family: $base-font-family;
9
+
10
+ fieldset {
11
+ background: lighten($base-border-color, 10);
12
+ border: 1px solid $base-border-color;
13
+ margin: 0 0 ($base-line-height / 2) 0;
14
+ padding: $base-line-height;
15
+ }
16
+
17
+ input,
18
+ label,
19
+ select {
20
+ display: block;
21
+ font-family: $form-font-family;
22
+ font-size: $form-font-size;
23
+ }
24
+
25
+ label {
26
+ font-weight: bold;
27
+ margin-bottom: $base-line-height / 4;
28
+
29
+ &.required:after {
30
+ content: "*";
31
+ }
32
+
33
+ abbr {
34
+ display: none;
35
+ }
36
+ }
37
+
38
+ textarea,
39
+ #{$all-text-inputs} {
40
+ @include box-sizing(border-box);
41
+ @include transition(border-color);
42
+ background-color: white;
43
+ border-radius: $form-border-radius;
44
+ border: 1px solid $form-border-color;
45
+ box-shadow: $form-box-shadow;
46
+ font-family: $form-font-family;
47
+ font-size: $form-font-size;
48
+ margin-bottom: $base-line-height / 2;
49
+ padding: ($base-line-height / 3) ($base-line-height / 3);
50
+ resize: vertical;
51
+ width: 100%;
52
+
53
+ &:hover {
54
+ border-color: $form-border-color-hover;
55
+ }
56
+
57
+ &:focus {
58
+ border-color: $form-border-color-focus;
59
+ box-shadow: $form-box-shadow-focus;
60
+ outline: none;
61
+ }
62
+ }
63
+
64
+ input[type="search"] {
65
+ @include appearance(none);
66
+ }
67
+
68
+ input[type="checkbox"], input[type="radio"] {
69
+ display: inline;
70
+ margin-right: $base-line-height / 4;
71
+ }
72
+
73
+ select {
74
+ width: auto;
75
+ margin-bottom: $base-line-height;
76
+ }
77
+
78
+ button,
79
+ input[type="submit"] {
80
+ @extend %button;
81
+ @include appearance(none);
82
+ cursor: pointer;
83
+ user-select: none;
84
+ vertical-align: middle;
85
+ white-space: nowrap;
86
+ background-clip: border-box;
87
+ }