47 lines
1.5 KiB
Plaintext
Raw Normal View History

/* Font Awesome
the iconic font designed for use with Twitter Bootstrap
-------------------------------------------------------
The full suite of pictographic icons, examples, and documentation
can be found at: http://fortawesome.github.com/Font-Awesome/
License
-------------------------------------------------------
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
http://creativecommons.org/licenses/by/3.0/ A mention of
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
source code is considered acceptable attribution (most common on the web).
If human readable source code is not available to the end user, a mention in
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
or mobile software).
Contact
-------------------------------------------------------
Email: dave@davegandy.com
Twitter: http://twitter.com/fortaweso_me
Work: Lead Product Designer @ http://kyruus.com
*/
// Docs.less
// Collects all the LESS imports
// Concatenated & minified to ../css/docs.min.css
// -----------------------------------------------------
// twitter bootstrap
@import "twbs-203/bootstrap.less";
// variables & mixins
@import "variables.less";
@import "mixins.less";
// embedded fonts
@import "font-site.less";
// the project's main css
@import "font-awesome.less";
// the docs site css
@import "site.less";
// prettify
@import "prettify.less";