foundation-rails 5.5.3.2 → 6.6.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.gitignore +2 -2
- data/.ruby-version +1 -1
- data/.travis.yml +17 -4
- data/Appraisals +19 -0
- data/Gemfile +5 -2
- data/Gemfile.lock +210 -0
- data/LICENSE.txt +1 -1
- data/README.md +64 -28
- data/Rakefile +30 -0
- data/app/views/foundation/rails/styleguide/show.html.erb +10 -13
- data/bower.json +3 -2
- data/foundation-rails.gemspec +12 -7
- data/gemfiles/rails_4.1.gemfile +10 -0
- data/gemfiles/rails_4.1.gemfile.lock +181 -0
- data/gemfiles/rails_4.2.gemfile +10 -0
- data/gemfiles/rails_4.2.gemfile.lock +181 -0
- data/gemfiles/rails_5.0.gemfile +10 -0
- data/gemfiles/rails_5.0.gemfile.lock +196 -0
- data/gemfiles/rails_5.1.gemfile +10 -0
- data/gemfiles/rails_5.1.gemfile.lock +196 -0
- data/gemfiles/rails_5.2.gemfile +10 -0
- data/gemfiles/rails_5.2.gemfile.lock +196 -0
- data/lib/foundation/rails/engine.rb +2 -3
- data/lib/foundation/rails/version.rb +1 -1
- data/lib/foundation-rails.rb +1 -0
- data/lib/generators/foundation/install_generator.rb +39 -27
- data/lib/generators/foundation/templates/_settings.scss +895 -0
- data/lib/generators/foundation/templates/application.html.erb +1 -2
- data/lib/generators/foundation/templates/application.html.haml +2 -4
- data/lib/generators/foundation/templates/application.html.slim +1 -3
- data/lib/generators/foundation/templates/browserslist +4 -0
- data/lib/generators/foundation/templates/foundation_and_overrides.scss +56 -0
- data/spec/features/generator_spec.rb +1 -1
- data/spec/support/helpers.rb +8 -2
- data/vendor/assets/_vendor/sassy-lists/stylesheets/functions/_contain.scss +31 -0
- data/vendor/assets/_vendor/sassy-lists/stylesheets/functions/_purge.scss +38 -0
- data/vendor/assets/_vendor/sassy-lists/stylesheets/functions/_remove.scss +31 -0
- data/vendor/assets/_vendor/sassy-lists/stylesheets/functions/_replace.scss +46 -0
- data/vendor/assets/_vendor/sassy-lists/stylesheets/functions/_to-list.scss +27 -0
- data/vendor/assets/_vendor/sassy-lists/stylesheets/helpers/_missing-dependencies.scss +25 -0
- data/vendor/assets/_vendor/sassy-lists/stylesheets/helpers/_true.scss +13 -0
- data/vendor/assets/js/foundation.cjs.js +12529 -0
- data/vendor/assets/js/foundation.cjs.js.map +1 -0
- data/vendor/assets/js/foundation.es6.js +11006 -0
- data/vendor/assets/js/foundation.es6.js.map +1 -0
- data/vendor/assets/js/foundation.esm.js +12490 -0
- data/vendor/assets/js/foundation.esm.js.map +1 -0
- data/vendor/assets/js/foundation.js +13897 -0
- data/vendor/assets/js/foundation.js.map +1 -0
- data/vendor/assets/js/foundation.min.js +2 -0
- data/vendor/assets/js/foundation.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.abide.js +1142 -0
- data/vendor/assets/js/plugins/foundation.abide.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.abide.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.abide.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.accordion.js +661 -0
- data/vendor/assets/js/plugins/foundation.accordion.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.accordion.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.accordion.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.accordionMenu.js +616 -0
- data/vendor/assets/js/plugins/foundation.accordionMenu.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.accordionMenu.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.accordionMenu.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.core.js +1180 -0
- data/vendor/assets/js/plugins/foundation.core.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.core.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.core.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.drilldown.js +968 -0
- data/vendor/assets/js/plugins/foundation.drilldown.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.drilldown.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.drilldown.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.dropdown.js +1328 -0
- data/vendor/assets/js/plugins/foundation.dropdown.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.dropdown.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.dropdown.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.dropdownMenu.js +799 -0
- data/vendor/assets/js/plugins/foundation.dropdownMenu.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.dropdownMenu.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.dropdownMenu.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.equalizer.js +614 -0
- data/vendor/assets/js/plugins/foundation.equalizer.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.equalizer.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.equalizer.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.interchange.js +796 -0
- data/vendor/assets/js/plugins/foundation.interchange.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.interchange.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.interchange.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.magellan.js +850 -0
- data/vendor/assets/js/plugins/foundation.magellan.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.magellan.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.magellan.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.offcanvas.js +1318 -0
- data/vendor/assets/js/plugins/foundation.offcanvas.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.offcanvas.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.offcanvas.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.orbit.js +886 -0
- data/vendor/assets/js/plugins/foundation.orbit.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.orbit.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.orbit.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.js +585 -0
- data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.responsiveMenu.js +413 -0
- data/vendor/assets/js/plugins/foundation.responsiveMenu.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.responsiveMenu.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.responsiveMenu.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.responsiveToggle.js +394 -0
- data/vendor/assets/js/plugins/foundation.responsiveToggle.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.responsiveToggle.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.responsiveToggle.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.reveal.js +1275 -0
- data/vendor/assets/js/plugins/foundation.reveal.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.reveal.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.reveal.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.slider.js +1346 -0
- data/vendor/assets/js/plugins/foundation.slider.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.slider.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.slider.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.smoothScroll.js +359 -0
- data/vendor/assets/js/plugins/foundation.smoothScroll.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.smoothScroll.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.smoothScroll.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.sticky.js +1105 -0
- data/vendor/assets/js/plugins/foundation.sticky.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.sticky.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.sticky.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.tabs.js +792 -0
- data/vendor/assets/js/plugins/foundation.tabs.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.tabs.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.tabs.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.toggler.js +704 -0
- data/vendor/assets/js/plugins/foundation.toggler.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.toggler.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.toggler.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.tooltip.js +1333 -0
- data/vendor/assets/js/plugins/foundation.tooltip.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.tooltip.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.tooltip.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.box.js +354 -0
- data/vendor/assets/js/plugins/foundation.util.box.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.box.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.util.box.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.imageLoader.js +218 -0
- data/vendor/assets/js/plugins/foundation.util.imageLoader.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.imageLoader.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.util.imageLoader.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.keyboard.js +341 -0
- data/vendor/assets/js/plugins/foundation.util.keyboard.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.keyboard.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.util.keyboard.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.mediaQuery.js +509 -0
- data/vendor/assets/js/plugins/foundation.util.mediaQuery.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.mediaQuery.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.util.mediaQuery.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.motion.js +274 -0
- data/vendor/assets/js/plugins/foundation.util.motion.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.motion.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.util.motion.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.nest.js +240 -0
- data/vendor/assets/js/plugins/foundation.util.nest.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.nest.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.util.nest.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.timer.js +226 -0
- data/vendor/assets/js/plugins/foundation.util.timer.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.timer.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.util.timer.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.touch.js +365 -0
- data/vendor/assets/js/plugins/foundation.util.touch.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.touch.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.util.touch.min.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.triggers.js +470 -0
- data/vendor/assets/js/plugins/foundation.util.triggers.js.map +1 -0
- data/vendor/assets/js/plugins/foundation.util.triggers.min.js +2 -0
- data/vendor/assets/js/plugins/foundation.util.triggers.min.js.map +1 -0
- data/vendor/assets/scss/_global.scss +244 -0
- data/vendor/assets/scss/components/_accordion-menu.scss +174 -0
- data/vendor/assets/scss/components/_accordion.scss +164 -0
- data/vendor/assets/scss/components/_badge.scss +63 -0
- data/vendor/assets/scss/components/_breadcrumbs.scss +119 -0
- data/vendor/assets/scss/components/_button-group.scss +304 -0
- data/vendor/assets/scss/components/_button.scss +428 -0
- data/vendor/assets/scss/components/_callout.scss +108 -0
- data/vendor/assets/scss/components/_card.scss +129 -0
- data/vendor/assets/scss/components/_close-button.scss +127 -0
- data/vendor/assets/scss/components/_drilldown.scss +140 -0
- data/vendor/assets/scss/components/_dropdown-menu.scss +279 -0
- data/vendor/assets/scss/components/_dropdown.scss +82 -0
- data/vendor/assets/scss/components/_flex-video.scss +1 -0
- data/vendor/assets/scss/components/_flex.scss +119 -0
- data/vendor/assets/scss/components/_float.scss +27 -0
- data/vendor/assets/scss/components/_label.scss +64 -0
- data/vendor/assets/scss/components/_media-object.scss +114 -0
- data/vendor/assets/scss/components/_menu-icon.scss +9 -0
- data/vendor/assets/scss/components/_menu.scss +495 -0
- data/vendor/assets/scss/components/_off-canvas.scss +511 -0
- data/vendor/assets/scss/components/_orbit.scss +197 -0
- data/vendor/assets/scss/components/_pagination.scss +201 -0
- data/vendor/assets/scss/components/_progress-bar.scss +63 -0
- data/vendor/assets/scss/components/_responsive-embed.scss +57 -0
- data/vendor/assets/scss/components/_reveal.scss +185 -0
- data/vendor/assets/scss/components/_slider.scss +137 -0
- data/vendor/assets/scss/components/_sticky.scss +39 -0
- data/vendor/assets/scss/components/_switch.scss +261 -0
- data/vendor/assets/scss/components/_table.scss +328 -0
- data/vendor/assets/scss/components/_tabs.scss +193 -0
- data/vendor/assets/scss/components/_thumbnail.scss +67 -0
- data/vendor/assets/scss/components/_title-bar.scss +84 -0
- data/vendor/assets/scss/components/_tooltip.scss +160 -0
- data/vendor/assets/scss/components/_top-bar.scss +175 -0
- data/vendor/assets/scss/components/_visibility.scss +135 -0
- data/vendor/assets/scss/forms/_checkbox.scss +41 -0
- data/vendor/assets/scss/forms/_error.scss +89 -0
- data/vendor/assets/scss/forms/_fieldset.scss +53 -0
- data/vendor/assets/scss/forms/_forms.scss +34 -0
- data/vendor/assets/scss/forms/_help-text.scss +30 -0
- data/vendor/assets/scss/forms/_input-group.scss +142 -0
- data/vendor/assets/scss/forms/_label.scss +50 -0
- data/vendor/assets/scss/forms/_meter.scss +116 -0
- data/vendor/assets/scss/forms/_progress.scss +94 -0
- data/vendor/assets/scss/forms/_range.scss +149 -0
- data/vendor/assets/scss/forms/_select.scss +90 -0
- data/vendor/assets/scss/forms/_text.scss +179 -0
- data/vendor/assets/scss/foundation.scss +155 -0
- data/vendor/assets/scss/grid/_classes.scss +189 -0
- data/vendor/assets/scss/grid/_column.scss +78 -0
- data/vendor/assets/scss/grid/_flex-grid.scss +260 -0
- data/vendor/assets/scss/grid/_grid.scss +48 -0
- data/vendor/assets/scss/grid/_gutter.scss +67 -0
- data/vendor/assets/scss/grid/_layout.scss +76 -0
- data/vendor/assets/scss/grid/_position.scss +100 -0
- data/vendor/assets/scss/grid/_row.scss +99 -0
- data/vendor/assets/scss/grid/_size.scss +24 -0
- data/vendor/assets/scss/motion-ui/_classes.scss +109 -0
- data/vendor/assets/scss/motion-ui/_settings.scss +62 -0
- data/vendor/assets/scss/motion-ui/effects/_fade.scss +29 -0
- data/vendor/assets/scss/motion-ui/effects/_hinge.scss +66 -0
- data/vendor/assets/scss/motion-ui/effects/_shake.scss +15 -0
- data/vendor/assets/scss/motion-ui/effects/_slide.scss +42 -0
- data/vendor/assets/scss/motion-ui/effects/_spin.scss +29 -0
- data/vendor/assets/scss/motion-ui/effects/_wiggle.scss +13 -0
- data/vendor/assets/scss/motion-ui/effects/_zoom.scss +15 -0
- data/vendor/assets/scss/motion-ui/motion-ui.scss +31 -0
- data/vendor/assets/scss/motion-ui/transitions/_fade.scss +30 -0
- data/vendor/assets/scss/motion-ui/transitions/_hinge.scss +44 -0
- data/vendor/assets/scss/motion-ui/transitions/_slide.scss +43 -0
- data/vendor/assets/scss/motion-ui/transitions/_spin.scss +40 -0
- data/vendor/assets/scss/motion-ui/transitions/_zoom.scss +41 -0
- data/vendor/assets/scss/motion-ui/util/_animation.scss +7 -0
- data/vendor/assets/scss/motion-ui/util/_args.scss +15 -0
- data/vendor/assets/scss/motion-ui/util/_function.scss +94 -0
- data/vendor/assets/scss/motion-ui/util/_keyframe.scss +136 -0
- data/vendor/assets/scss/motion-ui/util/_selector.scss +23 -0
- data/vendor/assets/scss/motion-ui/util/_series.scss +57 -0
- data/vendor/assets/scss/motion-ui/util/_string.scss +36 -0
- data/vendor/assets/scss/motion-ui/util/_transition.scss +45 -0
- data/vendor/assets/scss/motion-ui/util/_unit.scss +7 -0
- data/vendor/assets/scss/prototype/_arrow.scss +36 -0
- data/vendor/assets/scss/prototype/_border-box.scss +35 -0
- data/vendor/assets/scss/prototype/_border-none.scss +35 -0
- data/vendor/assets/scss/prototype/_bordered.scss +54 -0
- data/vendor/assets/scss/prototype/_box.scss +23 -0
- data/vendor/assets/scss/prototype/_display.scss +50 -0
- data/vendor/assets/scss/prototype/_font-styling.scss +95 -0
- data/vendor/assets/scss/prototype/_list-style-type.scss +95 -0
- data/vendor/assets/scss/prototype/_overflow.scss +72 -0
- data/vendor/assets/scss/prototype/_position.scss +114 -0
- data/vendor/assets/scss/prototype/_prototype.scss +87 -0
- data/vendor/assets/scss/prototype/_relation.scss +157 -0
- data/vendor/assets/scss/prototype/_rotate.scss +31 -0
- data/vendor/assets/scss/prototype/_rounded.scss +61 -0
- data/vendor/assets/scss/prototype/_separator.scss +96 -0
- data/vendor/assets/scss/prototype/_shadow.scss +43 -0
- data/vendor/assets/scss/prototype/_sizing.scss +73 -0
- data/vendor/assets/scss/prototype/_spacing.scss +179 -0
- data/vendor/assets/scss/prototype/_text-decoration.scss +48 -0
- data/vendor/assets/scss/prototype/_text-transformation.scss +48 -0
- data/vendor/assets/scss/prototype/_text-utilities.scss +88 -0
- data/vendor/assets/scss/settings/_settings.scss +895 -0
- data/vendor/assets/scss/typography/_alignment.scss +22 -0
- data/vendor/assets/scss/typography/_base.scss +474 -0
- data/vendor/assets/scss/typography/_helpers.scss +180 -0
- data/vendor/assets/scss/typography/_print.scss +96 -0
- data/vendor/assets/scss/typography/_typography.scss +26 -0
- data/vendor/assets/scss/util/_breakpoint.scss +435 -0
- data/vendor/assets/scss/util/_color.scss +139 -0
- data/vendor/assets/scss/util/_direction.scss +31 -0
- data/vendor/assets/scss/util/_flex.scss +90 -0
- data/vendor/assets/scss/util/_math.scss +147 -0
- data/vendor/assets/scss/util/_mixins.scss +373 -0
- data/vendor/assets/scss/util/_selector.scss +41 -0
- data/vendor/assets/scss/util/_typography.scss +26 -0
- data/vendor/assets/scss/util/_unit.scss +152 -0
- data/vendor/assets/scss/util/_util.scss +14 -0
- data/vendor/assets/scss/util/_value.scss +200 -0
- data/vendor/assets/scss/vendor/normalize.scss +281 -0
- data/vendor/assets/scss/xy-grid/_cell.scss +272 -0
- data/vendor/assets/scss/xy-grid/_classes.scss +493 -0
- data/vendor/assets/scss/xy-grid/_collapse.scss +75 -0
- data/vendor/assets/scss/xy-grid/_frame.scss +86 -0
- data/vendor/assets/scss/xy-grid/_grid.scss +37 -0
- data/vendor/assets/scss/xy-grid/_gutters.scss +45 -0
- data/vendor/assets/scss/xy-grid/_layout.scss +36 -0
- data/vendor/assets/scss/xy-grid/_position.scss +55 -0
- data/vendor/assets/scss/xy-grid/_xy-grid.scss +51 -0
- metadata +342 -83
- data/update-gem.sh +0 -20
- data/vendor/assets/javascripts/foundation/foundation.abide.js +0 -426
- data/vendor/assets/javascripts/foundation/foundation.accordion.js +0 -125
- data/vendor/assets/javascripts/foundation/foundation.alert.js +0 -43
- data/vendor/assets/javascripts/foundation/foundation.clearing.js +0 -586
- data/vendor/assets/javascripts/foundation/foundation.dropdown.js +0 -468
- data/vendor/assets/javascripts/foundation/foundation.equalizer.js +0 -104
- data/vendor/assets/javascripts/foundation/foundation.interchange.js +0 -360
- data/vendor/assets/javascripts/foundation/foundation.joyride.js +0 -935
- data/vendor/assets/javascripts/foundation/foundation.js +0 -732
- data/vendor/assets/javascripts/foundation/foundation.magellan.js +0 -214
- data/vendor/assets/javascripts/foundation/foundation.offcanvas.js +0 -225
- data/vendor/assets/javascripts/foundation/foundation.orbit.js +0 -476
- data/vendor/assets/javascripts/foundation/foundation.reveal.js +0 -522
- data/vendor/assets/javascripts/foundation/foundation.slider.js +0 -296
- data/vendor/assets/javascripts/foundation/foundation.tab.js +0 -247
- data/vendor/assets/javascripts/foundation/foundation.tooltip.js +0 -348
- data/vendor/assets/javascripts/foundation/foundation.topbar.js +0 -458
- data/vendor/assets/javascripts/foundation.js +0 -17
- data/vendor/assets/javascripts/vendor/modernizr.js +0 -1406
- data/vendor/assets/stylesheets/foundation/_functions.scss +0 -156
- data/vendor/assets/stylesheets/foundation/_settings.scss +0 -1489
- data/vendor/assets/stylesheets/foundation/components/_accordion.scss +0 -161
- data/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss +0 -128
- data/vendor/assets/stylesheets/foundation/components/_block-grid.scss +0 -133
- data/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss +0 -132
- data/vendor/assets/stylesheets/foundation/components/_button-groups.scss +0 -208
- data/vendor/assets/stylesheets/foundation/components/_buttons.scss +0 -261
- data/vendor/assets/stylesheets/foundation/components/_clearing.scss +0 -260
- data/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss +0 -130
- data/vendor/assets/stylesheets/foundation/components/_dropdown.scss +0 -269
- data/vendor/assets/stylesheets/foundation/components/_flex-video.scss +0 -51
- data/vendor/assets/stylesheets/foundation/components/_forms.scss +0 -607
- data/vendor/assets/stylesheets/foundation/components/_global.scss +0 -566
- data/vendor/assets/stylesheets/foundation/components/_grid.scss +0 -292
- data/vendor/assets/stylesheets/foundation/components/_icon-bar.scss +0 -460
- data/vendor/assets/stylesheets/foundation/components/_inline-lists.scss +0 -58
- data/vendor/assets/stylesheets/foundation/components/_joyride.scss +0 -220
- data/vendor/assets/stylesheets/foundation/components/_keystrokes.scss +0 -60
- data/vendor/assets/stylesheets/foundation/components/_labels.scss +0 -106
- data/vendor/assets/stylesheets/foundation/components/_magellan.scss +0 -34
- data/vendor/assets/stylesheets/foundation/components/_offcanvas.scss +0 -606
- data/vendor/assets/stylesheets/foundation/components/_orbit.scss +0 -388
- data/vendor/assets/stylesheets/foundation/components/_pagination.scss +0 -163
- data/vendor/assets/stylesheets/foundation/components/_panels.scss +0 -107
- data/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss +0 -150
- data/vendor/assets/stylesheets/foundation/components/_progress-bars.scss +0 -85
- data/vendor/assets/stylesheets/foundation/components/_range-slider.scss +0 -177
- data/vendor/assets/stylesheets/foundation/components/_reveal.scss +0 -212
- data/vendor/assets/stylesheets/foundation/components/_side-nav.scss +0 -120
- data/vendor/assets/stylesheets/foundation/components/_split-buttons.scss +0 -203
- data/vendor/assets/stylesheets/foundation/components/_sub-nav.scss +0 -125
- data/vendor/assets/stylesheets/foundation/components/_switches.scss +0 -241
- data/vendor/assets/stylesheets/foundation/components/_tables.scss +0 -135
- data/vendor/assets/stylesheets/foundation/components/_tabs.scss +0 -142
- data/vendor/assets/stylesheets/foundation/components/_thumbs.scss +0 -66
- data/vendor/assets/stylesheets/foundation/components/_tooltips.scss +0 -142
- data/vendor/assets/stylesheets/foundation/components/_top-bar.scss +0 -745
- data/vendor/assets/stylesheets/foundation/components/_type.scss +0 -525
- data/vendor/assets/stylesheets/foundation/components/_visibility.scss +0 -425
- data/vendor/assets/stylesheets/foundation.scss +0 -42
- data/vendor/assets/stylesheets/normalize.scss +0 -424
@@ -0,0 +1,26 @@
|
|
1
|
+
// Foundation for Sites
|
2
|
+
// https://get.foundation
|
3
|
+
// Licensed under MIT Open Source
|
4
|
+
|
5
|
+
////
|
6
|
+
/// @group functions
|
7
|
+
////
|
8
|
+
|
9
|
+
$-zf-font-stack: (
|
10
|
+
'georgia': (Georgia, "URW Bookman L", serif),
|
11
|
+
'helvetica': (Helvetica, Arial, "Nimbus Sans L", sans-serif),
|
12
|
+
'lucida-grande': ("Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", sans-serif),
|
13
|
+
'monospace': ("Courier New", Courier, "Nimbus Sans L", monospace),
|
14
|
+
'system': (-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif),
|
15
|
+
'verdana': (Verdana, Geneva, "DejaVu Sans", sans-serif),
|
16
|
+
);
|
17
|
+
|
18
|
+
/// Return a font stack list from a map. Equivalent to `map-safe-get($name, $-zf-font-stack)`.
|
19
|
+
///
|
20
|
+
/// @param {String} $stack - Name of the font stack.
|
21
|
+
/// @param {Map} $map [$-zf-font-stack] - Map of font stacks to retrieve a list from.
|
22
|
+
///
|
23
|
+
/// @returns {List} Found font stack.
|
24
|
+
@function font-stack($stack, $map: $-zf-font-stack) {
|
25
|
+
@return map-safe-get($map, $stack);
|
26
|
+
}
|
@@ -0,0 +1,152 @@
|
|
1
|
+
// Foundation for Sites
|
2
|
+
// https://get.foundation
|
3
|
+
// Licensed under MIT Open Source
|
4
|
+
|
5
|
+
////
|
6
|
+
/// @group functions
|
7
|
+
////
|
8
|
+
|
9
|
+
$global-font-size: 100% !default;
|
10
|
+
|
11
|
+
/// Removes the unit (e.g. px, em, rem) from a value, returning the number only.
|
12
|
+
///
|
13
|
+
/// @param {Number} $num - Number to strip unit from.
|
14
|
+
///
|
15
|
+
/// @returns {Number} The same number, sans unit.
|
16
|
+
@function strip-unit($num) {
|
17
|
+
@return $num / ($num * 0 + 1);
|
18
|
+
}
|
19
|
+
|
20
|
+
/// Converts one or more pixel values into matching rem values.
|
21
|
+
///
|
22
|
+
/// @param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.
|
23
|
+
/// @param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$global-font-size` variable as the base.
|
24
|
+
///
|
25
|
+
/// @returns {List} A list of converted values.
|
26
|
+
@function rem-calc($values, $base: null) {
|
27
|
+
$rem-values: ();
|
28
|
+
$count: length($values);
|
29
|
+
|
30
|
+
// If no base is defined, defer to the global font size
|
31
|
+
@if $base == null {
|
32
|
+
$base: $global-font-size;
|
33
|
+
}
|
34
|
+
|
35
|
+
// If the base font size is a %, then multiply it by 16px
|
36
|
+
// This is because 100% font size = 16px in most all browsers
|
37
|
+
@if unit($base) == '%' {
|
38
|
+
$base: ($base / 100%) * 16px;
|
39
|
+
}
|
40
|
+
|
41
|
+
// Using rem as base allows correct scaling
|
42
|
+
@if unit($base) == 'rem' {
|
43
|
+
$base: strip-unit($base) * 16px;
|
44
|
+
}
|
45
|
+
|
46
|
+
@if $count == 1 {
|
47
|
+
@return -zf-to-rem($values, $base);
|
48
|
+
}
|
49
|
+
|
50
|
+
@for $i from 1 through $count {
|
51
|
+
$rem-values: append($rem-values, -zf-to-rem(nth($values, $i), $base));
|
52
|
+
}
|
53
|
+
|
54
|
+
@return $rem-values;
|
55
|
+
}
|
56
|
+
|
57
|
+
// Converts a unitless, pixel, or rem value to em, for use in breakpoints.
|
58
|
+
@function -zf-bp-to-em($value) {
|
59
|
+
// Pixel and unitless values are converted to rems
|
60
|
+
@if unit($value) == 'px' or unitless($value) {
|
61
|
+
$value: rem-calc($value, $base: 16px);
|
62
|
+
}
|
63
|
+
|
64
|
+
// Then the value is converted to ems
|
65
|
+
@return strip-unit($value) * 1em;
|
66
|
+
}
|
67
|
+
|
68
|
+
/// Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
|
69
|
+
/// @access private
|
70
|
+
///
|
71
|
+
/// @param {Number} $value - Pixel value to convert.
|
72
|
+
/// @param {Number} $base [null] - Base for pixel conversion.
|
73
|
+
///
|
74
|
+
/// @returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
|
75
|
+
@function -zf-to-rem($value, $base: null) {
|
76
|
+
// Check if the value is a number
|
77
|
+
@if type-of($value) != 'number' {
|
78
|
+
@warn inspect($value) + ' was passed to rem-calc(), which is not a number.';
|
79
|
+
@return $value;
|
80
|
+
}
|
81
|
+
|
82
|
+
// Transform em into rem if someone hands over 'em's
|
83
|
+
@if unit($value) == 'em' {
|
84
|
+
$value: strip-unit($value) * 1rem;
|
85
|
+
}
|
86
|
+
|
87
|
+
// Calculate rem if units for $value is not rem or em
|
88
|
+
@if unit($value) != 'rem' {
|
89
|
+
$value: strip-unit($value) / strip-unit($base) * 1rem;
|
90
|
+
}
|
91
|
+
|
92
|
+
// Turn 0rem into 0
|
93
|
+
@if $value == 0rem {
|
94
|
+
$value: 0;
|
95
|
+
}
|
96
|
+
|
97
|
+
@return $value;
|
98
|
+
}
|
99
|
+
|
100
|
+
/// Converts a pixel, percentage, rem or em value to a unitless value based on a given font size. Ideal for working out unitless line heights.
|
101
|
+
///
|
102
|
+
/// @param {Number} $value - Value to convert to a unitless line height
|
103
|
+
/// @param {Number} $base - The font size to use to work out the line height - defaults to $global-font-size
|
104
|
+
///
|
105
|
+
/// @return {Number} - Unitless number
|
106
|
+
@function unitless-calc($value, $base: null) {
|
107
|
+
|
108
|
+
// If no base is defined, defer to the global font size
|
109
|
+
@if $base == null {
|
110
|
+
$base: $global-font-size;
|
111
|
+
}
|
112
|
+
|
113
|
+
// First, lets convert our $base to pixels
|
114
|
+
|
115
|
+
// If the base font size is a %, then multiply it by 16px
|
116
|
+
@if unit($base) == '%' {
|
117
|
+
$base: ($base / 100%) * 16px;
|
118
|
+
}
|
119
|
+
|
120
|
+
@if unit($base) == 'rem' {
|
121
|
+
$base: strip-unit($base) * 16px;
|
122
|
+
}
|
123
|
+
|
124
|
+
@if unit($base) == 'em' {
|
125
|
+
$base: strip-unit($base) * 16px;
|
126
|
+
}
|
127
|
+
|
128
|
+
// Now let's convert our value to pixels too
|
129
|
+
@if unit($value) == '%' {
|
130
|
+
$value: ($value / 100%) * $base;
|
131
|
+
}
|
132
|
+
|
133
|
+
@if unit($value) == 'rem' {
|
134
|
+
$value: strip-unit($value) * $base;
|
135
|
+
}
|
136
|
+
|
137
|
+
@if unit($value) == 'em' {
|
138
|
+
$value: strip-unit($value) * $base;
|
139
|
+
}
|
140
|
+
|
141
|
+
// 'px'
|
142
|
+
@if unit($value) == 'px' {
|
143
|
+
@return strip-unit($value) / strip-unit($base);
|
144
|
+
}
|
145
|
+
|
146
|
+
// assume that line-heights greater than 10 are meant to be absolute in 'px'
|
147
|
+
@if unitless($value) and ($value > 10) {
|
148
|
+
@return $value / strip-unit($base);
|
149
|
+
}
|
150
|
+
|
151
|
+
@return $value;
|
152
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
// Foundation for Sites
|
2
|
+
// https://get.foundation
|
3
|
+
// Licensed under MIT Open Source
|
4
|
+
|
5
|
+
@import 'math';
|
6
|
+
@import 'unit';
|
7
|
+
@import 'value';
|
8
|
+
@import 'direction';
|
9
|
+
@import 'color';
|
10
|
+
@import 'selector';
|
11
|
+
@import 'flex';
|
12
|
+
@import 'breakpoint';
|
13
|
+
@import 'mixins';
|
14
|
+
@import 'typography';
|
@@ -0,0 +1,200 @@
|
|
1
|
+
// Foundation for Sites
|
2
|
+
// https://get.foundation
|
3
|
+
// Licensed under MIT Open Source
|
4
|
+
|
5
|
+
////
|
6
|
+
/// @group functions
|
7
|
+
////
|
8
|
+
|
9
|
+
/// Determine if a value is not falsey, in CSS terms. Falsey values are `null`, `none`, `0` with any unit, or an empty list.
|
10
|
+
///
|
11
|
+
/// @param {Mixed} $val - Value to check.
|
12
|
+
///
|
13
|
+
/// @returns {Boolean} `true` if `$val` is not falsey.
|
14
|
+
@function has-value($val) {
|
15
|
+
@if $val == null or $val == none {
|
16
|
+
@return false;
|
17
|
+
}
|
18
|
+
@if type-of($val) == 'number' and strip-unit($val) == 0 {
|
19
|
+
@return false;
|
20
|
+
}
|
21
|
+
@if type-of($val) == 'list' and length($val) == 0 {
|
22
|
+
@return false;
|
23
|
+
}
|
24
|
+
@return true;
|
25
|
+
}
|
26
|
+
|
27
|
+
/// Determine a top/right/bottom/right value on a padding, margin, etc. property, no matter how many values were passed in. Use this function if you need to know the specific side of a value, but don't know if the value is using a shorthand format.
|
28
|
+
///
|
29
|
+
/// @param {List|Number} $val - Value to analyze. Should be a shorthand sizing property, e.g. "1em 2em 1em"
|
30
|
+
/// @param {Keyword} $side - Side to return. Should be `top`, `right`, `bottom`, or `left`.
|
31
|
+
///
|
32
|
+
/// @returns {Number} A single value based on `$val` and `$side`.
|
33
|
+
@function get-side($val, $side) {
|
34
|
+
$length: length($val);
|
35
|
+
|
36
|
+
@if $length == 1 {
|
37
|
+
@return $val;
|
38
|
+
}
|
39
|
+
@if $length == 2 {
|
40
|
+
@return map-get((
|
41
|
+
top: nth($val, 1),
|
42
|
+
bottom: nth($val, 1),
|
43
|
+
left: nth($val, 2),
|
44
|
+
right: nth($val, 2),
|
45
|
+
), $side);
|
46
|
+
}
|
47
|
+
@if $length == 3 {
|
48
|
+
@return map-get((
|
49
|
+
top: nth($val, 1),
|
50
|
+
left: nth($val, 2),
|
51
|
+
right: nth($val, 2),
|
52
|
+
bottom: nth($val, 3),
|
53
|
+
), $side);
|
54
|
+
}
|
55
|
+
@if $length == 4 {
|
56
|
+
@return map-get((
|
57
|
+
top: nth($val, 1),
|
58
|
+
right: nth($val, 2),
|
59
|
+
bottom: nth($val, 3),
|
60
|
+
left: nth($val, 4),
|
61
|
+
), $side);
|
62
|
+
}
|
63
|
+
}
|
64
|
+
|
65
|
+
/// Given border $val, find a specific element of the border, which is $elem. The possible values for $elem are width, style, and color.
|
66
|
+
///
|
67
|
+
/// @param {List} $val - Border value to find a value in.
|
68
|
+
/// @param {Keyword} $elem - Border component to extract.
|
69
|
+
///
|
70
|
+
/// @returns {Mixed} If the value exists, returns the value. If the value is not in the border definition, the function will return a 0px width, solid style, or black border.
|
71
|
+
@function get-border-value($val, $elem) {
|
72
|
+
// Find the width, style, or color and return it
|
73
|
+
@each $v in $val {
|
74
|
+
$type: type-of($v);
|
75
|
+
@if $elem == width and $type == 'number' {
|
76
|
+
@return $v;
|
77
|
+
}
|
78
|
+
@if $elem == style and $type == 'string' {
|
79
|
+
@return $v;
|
80
|
+
}
|
81
|
+
@if $elem == color and $type == 'color' {
|
82
|
+
@return $v;
|
83
|
+
}
|
84
|
+
}
|
85
|
+
|
86
|
+
// Defaults
|
87
|
+
$defaults: (
|
88
|
+
width: 0,
|
89
|
+
style: solid,
|
90
|
+
color: #000,
|
91
|
+
);
|
92
|
+
|
93
|
+
@return map-get($defaults, $elem);
|
94
|
+
}
|
95
|
+
|
96
|
+
/// Finds a value in a nested map.
|
97
|
+
/// @link https://css-tricks.com/snippets/sass/deep-getset-maps/ Deep Get/Set in Maps
|
98
|
+
///
|
99
|
+
/// @param {Map} $map - Map to pull a value from.
|
100
|
+
/// @param {String} $keys... - Keys to use when looking for a value.
|
101
|
+
/// @returns {Mixed} The value found in the map.
|
102
|
+
@function map-deep-get($map, $keys...) {
|
103
|
+
@each $key in $keys {
|
104
|
+
$map: map-get($map, $key);
|
105
|
+
}
|
106
|
+
@return $map;
|
107
|
+
}
|
108
|
+
|
109
|
+
/// Casts a map into a list.
|
110
|
+
/// @link http://hugogiraudel.com/2014/04/28/casting-map-into-list/
|
111
|
+
///
|
112
|
+
/// @param {Map} $map - Map to pull a value from.
|
113
|
+
///
|
114
|
+
/// @returns {List} Depending on the flag, returns either $keys or $values or both.
|
115
|
+
@function map-to-list($map, $keep: 'both') {
|
116
|
+
$keep: if(index('keys' 'values', $keep), $keep, 'both');
|
117
|
+
|
118
|
+
@if type-of($map) == 'map' {
|
119
|
+
$keys: ();
|
120
|
+
$values: ();
|
121
|
+
|
122
|
+
@each $key, $val in $map {
|
123
|
+
$keys: append($keys, $key);
|
124
|
+
$values: append($values, $val);
|
125
|
+
}
|
126
|
+
|
127
|
+
@if $keep == 'keys' {
|
128
|
+
@return $keys;
|
129
|
+
}
|
130
|
+
@else if $keep == 'values' {
|
131
|
+
@return $values;
|
132
|
+
}
|
133
|
+
@else {
|
134
|
+
@return zip($keys, $values);
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
@return if(type-of($map) != 'list', ($value,), $map);
|
139
|
+
|
140
|
+
}
|
141
|
+
|
142
|
+
/// Return a join of the two given strings `$str1` and `$str2`.
|
143
|
+
/// If the two strings are not empty, they are separated by `$delimiter`.
|
144
|
+
///
|
145
|
+
/// @param {String} $str1 [null] - First string to join.
|
146
|
+
/// @param {String} $str1 [null] - Second string to join.
|
147
|
+
/// @param {String} $delimiter [null] - Delimieter between `$str1` and `$str2`.
|
148
|
+
///
|
149
|
+
/// @returns {String} Join of `$str1`, `$delimiter` and `$str2`.
|
150
|
+
@function zf-str-join(
|
151
|
+
$str1: null,
|
152
|
+
$str2: null,
|
153
|
+
$delimiter: null
|
154
|
+
) {
|
155
|
+
$ret: '';
|
156
|
+
|
157
|
+
@if $str1 and str-length($str1) > 0 {
|
158
|
+
$ret: $ret + $str1;
|
159
|
+
|
160
|
+
@if $delimiter and str-length($delimiter) > 0 and $str2 and str-length($str2) > 0 {
|
161
|
+
$ret: $ret + $delimiter;
|
162
|
+
}
|
163
|
+
}
|
164
|
+
@if $str2 and str-length($str2) > 0 {
|
165
|
+
$ret: $ret + $str2;
|
166
|
+
}
|
167
|
+
|
168
|
+
@return $ret;
|
169
|
+
}
|
170
|
+
|
171
|
+
/// Safely return a value from a map.
|
172
|
+
///
|
173
|
+
/// @param {Map} $map - Map to retrieve a value from.
|
174
|
+
/// @param {String} $key - Name of the map key.
|
175
|
+
///
|
176
|
+
/// @returns {List} Found value.
|
177
|
+
@function map-safe-get($map, $key) {
|
178
|
+
@if (type-of($map) == 'map' or (type-of($map) == 'list' and length($map) == 0)) {
|
179
|
+
@if (map-has-key($map, $key)) {
|
180
|
+
@return map-get($map, $key);
|
181
|
+
}
|
182
|
+
@else {
|
183
|
+
@error 'Key: `#{$key}` is not available in `#{$map}`';
|
184
|
+
}
|
185
|
+
}
|
186
|
+
@else {
|
187
|
+
@error '`#{$map}` is not a valid map';
|
188
|
+
}
|
189
|
+
}
|
190
|
+
|
191
|
+
/// Convert the given `$val` to a Boolean. Empty values are considered as false.
|
192
|
+
////
|
193
|
+
/// @access private
|
194
|
+
///
|
195
|
+
/// @param {*} $val - Value to convert.
|
196
|
+
///
|
197
|
+
/// @returns {Boolean} Converted Boolean value.
|
198
|
+
@function -zf-bool($val) {
|
199
|
+
@return $val != false and has-value($val);
|
200
|
+
}
|
@@ -0,0 +1,281 @@
|
|
1
|
+
@mixin foundation-normalize() {
|
2
|
+
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
|
3
|
+
|
4
|
+
// Document
|
5
|
+
// ==========================================================================
|
6
|
+
|
7
|
+
// 1. Correct the line height in all browsers.
|
8
|
+
// 2. Prevent adjustments of font size after orientation changes in iOS.
|
9
|
+
|
10
|
+
html {
|
11
|
+
line-height: 1.15; // 1
|
12
|
+
-webkit-text-size-adjust: 100%; // 2
|
13
|
+
}
|
14
|
+
|
15
|
+
// Sections
|
16
|
+
// ==========================================================================
|
17
|
+
|
18
|
+
// Remove the margin in all browsers.
|
19
|
+
|
20
|
+
body {
|
21
|
+
margin: 0;
|
22
|
+
}
|
23
|
+
|
24
|
+
// Correct the font size and margin on `h1` elements within `section` and
|
25
|
+
// `article` contexts in Chrome, Firefox, and Safari.
|
26
|
+
|
27
|
+
h1 {
|
28
|
+
font-size: 2em;
|
29
|
+
margin: 0.67em 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
// Grouping content
|
33
|
+
// ==========================================================================
|
34
|
+
|
35
|
+
// 1. Add the correct box sizing in Firefox.
|
36
|
+
// 2. Show the overflow in Edge and IE.
|
37
|
+
|
38
|
+
hr {
|
39
|
+
box-sizing: content-box; // 1
|
40
|
+
height: 0; // 1
|
41
|
+
overflow: visible; // 2
|
42
|
+
}
|
43
|
+
|
44
|
+
// 1. Correct the inheritance and scaling of font size in all browsers.
|
45
|
+
// 2. Correct the odd `em` font sizing in all browsers.
|
46
|
+
|
47
|
+
pre {
|
48
|
+
font-family: monospace, monospace; // 1
|
49
|
+
font-size: 1em; // 2
|
50
|
+
}
|
51
|
+
|
52
|
+
// Text-level semantics
|
53
|
+
// ==========================================================================
|
54
|
+
|
55
|
+
// Remove the gray background on active links in IE 10.
|
56
|
+
|
57
|
+
a {
|
58
|
+
background-color: transparent;
|
59
|
+
}
|
60
|
+
|
61
|
+
// 1. Remove the bottom border in Chrome 57-
|
62
|
+
// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
63
|
+
|
64
|
+
abbr[title] {
|
65
|
+
border-bottom: none; // 1
|
66
|
+
text-decoration: underline; // 2
|
67
|
+
text-decoration: underline dotted; // 2
|
68
|
+
}
|
69
|
+
|
70
|
+
// Add the correct font weight in Chrome, Edge, and Safari.
|
71
|
+
|
72
|
+
b,
|
73
|
+
strong {
|
74
|
+
font-weight: bolder;
|
75
|
+
}
|
76
|
+
|
77
|
+
// 1. Correct the inheritance and scaling of font size in all browsers.
|
78
|
+
// 2. Correct the odd `em` font sizing in all browsers.
|
79
|
+
|
80
|
+
code,
|
81
|
+
kbd,
|
82
|
+
samp {
|
83
|
+
font-family: monospace, monospace; // 1
|
84
|
+
font-size: 1em; // 2
|
85
|
+
}
|
86
|
+
|
87
|
+
// Add the correct font size in all browsers.
|
88
|
+
|
89
|
+
small {
|
90
|
+
font-size: 80%;
|
91
|
+
}
|
92
|
+
|
93
|
+
// Prevent `sub` and `sup` elements from affecting the line height in
|
94
|
+
// all browsers.
|
95
|
+
|
96
|
+
sub,
|
97
|
+
sup {
|
98
|
+
font-size: 75%;
|
99
|
+
line-height: 0;
|
100
|
+
position: relative;
|
101
|
+
vertical-align: baseline;
|
102
|
+
}
|
103
|
+
|
104
|
+
sub {
|
105
|
+
bottom: -0.25em;
|
106
|
+
}
|
107
|
+
|
108
|
+
sup {
|
109
|
+
top: -0.5em;
|
110
|
+
}
|
111
|
+
|
112
|
+
// Embedded content
|
113
|
+
// ==========================================================================
|
114
|
+
|
115
|
+
// Remove the border on images inside links in IE 10.
|
116
|
+
|
117
|
+
img {
|
118
|
+
border-style: none;
|
119
|
+
}
|
120
|
+
|
121
|
+
// Forms
|
122
|
+
// ==========================================================================
|
123
|
+
|
124
|
+
// 1. Change the font styles in all browsers.
|
125
|
+
// 2. Remove the margin in Firefox and Safari.
|
126
|
+
|
127
|
+
button,
|
128
|
+
input,
|
129
|
+
optgroup,
|
130
|
+
select,
|
131
|
+
textarea {
|
132
|
+
font-family: inherit; // 1
|
133
|
+
font-size: 100%; // 1
|
134
|
+
line-height: 1.15; // 1
|
135
|
+
margin: 0; // 2
|
136
|
+
}
|
137
|
+
|
138
|
+
// Show the overflow in IE.
|
139
|
+
// 1. Show the overflow in Edge.
|
140
|
+
|
141
|
+
button,
|
142
|
+
input { // 1
|
143
|
+
overflow: visible;
|
144
|
+
}
|
145
|
+
|
146
|
+
// Remove the inheritance of text transform in Edge, Firefox, and IE.
|
147
|
+
// 1. Remove the inheritance of text transform in Firefox.
|
148
|
+
|
149
|
+
button,
|
150
|
+
select { // 1
|
151
|
+
text-transform: none;
|
152
|
+
}
|
153
|
+
|
154
|
+
// Correct the inability to style clickable types in iOS and Safari.
|
155
|
+
|
156
|
+
button,
|
157
|
+
[type="button"],
|
158
|
+
[type="reset"],
|
159
|
+
[type="submit"] {
|
160
|
+
-webkit-appearance: button;
|
161
|
+
}
|
162
|
+
|
163
|
+
// Remove the inner border and padding in Firefox.
|
164
|
+
|
165
|
+
button::-moz-focus-inner,
|
166
|
+
[type="button"]::-moz-focus-inner,
|
167
|
+
[type="reset"]::-moz-focus-inner,
|
168
|
+
[type="submit"]::-moz-focus-inner {
|
169
|
+
border-style: none;
|
170
|
+
padding: 0;
|
171
|
+
}
|
172
|
+
|
173
|
+
// Restore the focus styles unset by the previous rule.
|
174
|
+
|
175
|
+
button:-moz-focusring,
|
176
|
+
[type="button"]:-moz-focusring,
|
177
|
+
[type="reset"]:-moz-focusring,
|
178
|
+
[type="submit"]:-moz-focusring {
|
179
|
+
outline: 1px dotted ButtonText;
|
180
|
+
}
|
181
|
+
|
182
|
+
// Correct the padding in Firefox.
|
183
|
+
|
184
|
+
fieldset {
|
185
|
+
padding: 0.35em 0.75em 0.625em;
|
186
|
+
}
|
187
|
+
|
188
|
+
// 1. Correct the text wrapping in Edge and IE.
|
189
|
+
// 2. Correct the color inheritance from `fieldset` elements in IE.
|
190
|
+
// 3. Remove the padding so developers are not caught out when they zero out
|
191
|
+
// `fieldset` elements in all browsers.
|
192
|
+
|
193
|
+
legend {
|
194
|
+
box-sizing: border-box; // 1
|
195
|
+
color: inherit; // 2
|
196
|
+
display: table; // 1
|
197
|
+
max-width: 100%; // 1
|
198
|
+
padding: 0; // 3
|
199
|
+
white-space: normal; // 1
|
200
|
+
}
|
201
|
+
|
202
|
+
// Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
203
|
+
|
204
|
+
progress {
|
205
|
+
vertical-align: baseline;
|
206
|
+
}
|
207
|
+
|
208
|
+
// Remove the default vertical scrollbar in IE 10+.
|
209
|
+
|
210
|
+
textarea {
|
211
|
+
overflow: auto;
|
212
|
+
}
|
213
|
+
|
214
|
+
// 1. Add the correct box sizing in IE 10.
|
215
|
+
// 2. Remove the padding in IE 10.
|
216
|
+
|
217
|
+
[type="checkbox"],
|
218
|
+
[type="radio"] {
|
219
|
+
box-sizing: border-box; // 1
|
220
|
+
padding: 0; // 2
|
221
|
+
}
|
222
|
+
|
223
|
+
// Correct the cursor style of increment and decrement buttons in Chrome.
|
224
|
+
|
225
|
+
[type="number"]::-webkit-inner-spin-button,
|
226
|
+
[type="number"]::-webkit-outer-spin-button {
|
227
|
+
height: auto;
|
228
|
+
}
|
229
|
+
|
230
|
+
// 1. Correct the odd appearance in Chrome and Safari.
|
231
|
+
// 2. Correct the outline style in Safari.
|
232
|
+
|
233
|
+
[type="search"] {
|
234
|
+
-webkit-appearance: textfield; // 1
|
235
|
+
outline-offset: -2px; // 2
|
236
|
+
}
|
237
|
+
|
238
|
+
// Remove the inner padding in Chrome and Safari on macOS.
|
239
|
+
|
240
|
+
[type="search"]::-webkit-search-decoration {
|
241
|
+
-webkit-appearance: none;
|
242
|
+
}
|
243
|
+
|
244
|
+
// 1. Correct the inability to style clickable types in iOS and Safari.
|
245
|
+
// 2. Change font properties to `inherit` in Safari.
|
246
|
+
|
247
|
+
::-webkit-file-upload-button {
|
248
|
+
-webkit-appearance: button; // 1
|
249
|
+
font: inherit; // 2
|
250
|
+
}
|
251
|
+
|
252
|
+
// Interactive
|
253
|
+
// ==========================================================================
|
254
|
+
|
255
|
+
// Add the correct display in Edge, IE 10+, and Firefox.
|
256
|
+
|
257
|
+
details {
|
258
|
+
display: block;
|
259
|
+
}
|
260
|
+
|
261
|
+
// Add the correct display in all browsers.
|
262
|
+
|
263
|
+
summary {
|
264
|
+
display: list-item;
|
265
|
+
}
|
266
|
+
|
267
|
+
// Misc
|
268
|
+
// ==========================================================================
|
269
|
+
|
270
|
+
// Add the correct display in IE 10+.
|
271
|
+
|
272
|
+
template {
|
273
|
+
display: none;
|
274
|
+
}
|
275
|
+
|
276
|
+
// Add the correct display in IE 10.
|
277
|
+
|
278
|
+
[hidden] {
|
279
|
+
display: none;
|
280
|
+
}
|
281
|
+
}
|