Skip to content

Instantly share code, notes, and snippets.

@marshall007
Created March 20, 2013 16:14
Show Gist options
  • Select an option

  • Save marshall007/5205962 to your computer and use it in GitHub Desktop.

Select an option

Save marshall007/5205962 to your computer and use it in GitHub Desktop.
// -------------------------------------------------------
// Roots global settings variables
// -------------------------------------------------------
// font options (add your own!)
helvetica-neue = "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif
helvetica = "Helvetica Neue", Helvetica, Arial, sans-serif
georgia = Georgia, Cambria, "Times New Roman", Times, serif
lucidia-grande = "Lucida Grande", Tahoma, Verdana, Arial, sans-serif
monospace = unquote("'Bitstream Vera Sans Mono', Consolas, Courier, monospace")
verdana = Verdana, Geneva, sans-serif
// default font stack
font-stack = helvetica-neue
font-size = 15
font-color = #555
// colors
red = #B44326
orange = #F2A34F
yellow = #F8CA5C
green = #7FC028
light-blue = #52D7FE
blue = #00a6fc
purple = #8E48C2
white = #fff
black = #272727
// default color
default-color = blue
// text hilight color
hilight-color = blue
// vendor prefixes
vendors = webkit moz o ms official
// custom image base path for roots mixins
img-path = ''
// progressive internet explorer (http://css3pie.com/)
pie-enabled = false
pie-path = '/pie.htc'
// grid system settings (http://semantic.gs)
column-width = 60
gutter-width = 20
columns = 12
total-width = 100%
@import '_settings'
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment