Sha256: dfb47ec1d018cdbb8fcb2bce5fe206b49fc51e3688c781a3f4123f12065939f6
Contents?: true
Size: 1.57 KB
Versions: 2
Compression:
Stored size: 1.57 KB
Contents
// `Global Foundation vars //---------------------------------------------------------------------------------------------------- // // This file contains global variables and settings for Foundation // When adding new variables, be sure to use `!default` to allow over-riding at the project level // // Compass experimental support setttings //---------------------------------------------------------------------------------------------------- // $experimental-support-for-khtml: false // $experimental-support-for-microsoft: false // Font stacks //---------------------------------------------------------------------------------------------------- // $helvetica-font-stack: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif // Default body tag variables //---------------------------------------------------------------------------------------------------- // $body-font-size: 13 // $body-font-family: $helvetica-font-stack // $body-background: #fff // $body-line-height: 18px // $body-color: #555 // Grid settings //---------------------------------------------------------------------------------------------------- // $grid-max-width: 980px // $grid-min-width: 727px // $support-block-grid-nth-child: false // Button settings //---------------------------------------------------------------------------------------------------- // $button-transition-duration: .25s // Orbit settings //---------------------------------------------------------------------------------------------------- // $orbit-slider-id: featured // $include-default-orbit-slider-id: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ZURB-foundation-2.1.5.2 | templates/project/sass/_settings.sass |
ZURB-foundation-2.1.5.1 | templates/project/sass/_settings.sass |