Last active
August 29, 2015 14:04
-
-
Save wdssmq/ec3de10b3b1e76723587 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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