Skip to content

Instantly share code, notes, and snippets.

@A
Created August 31, 2013 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save A/6398607 to your computer and use it in GitHub Desktop.
Save A/6398607 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 = 60px
gutter-width = 20px
columns = 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment