Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wdssmq
Last active August 29, 2015 14:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wdssmq/ec3de10b3b1e76723587 to your computer and use it in GitHub Desktop.
Save wdssmq/ec3de10b3b1e76723587 to your computer and use it in GitHub Desktop.
{
"vars": {
"@gray-base": "#000",
"@link-color": "#333",
"@link-hover-color": "#E3411E",
"@font-family-sans-serif": "\"Microsoft YaHei\", Tahoma, Arial, Sans-Serif",
"@font-size-base": "13px",
"@line-height-base": "1.5384615",
"@screen-lg-min": "1440px",
"@container-sm": "100%",
"@icon-font-path": "\"fonts/\"",
},
"css": [
"type.less",
"grid.less",
"forms.less",
"buttons.less",
"glyphicons.less",
"navs.less",
"navbar.less",
"alerts.less",
"media.less",
"utilities.less",
"responsive-embed.less",
"component-animations.less",
"modals.less"
],
"js": [
"modal.js",
"collapse.js",
"transition.js"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment