/* ========================== Bones CSS Framework ========================== This is the manifest file for Bones' CSS. It's purpose is to bring all files together. -------------------------- docs on using files coming ... */ // vendor @import 'bones/vendor/normalize'; // normalizes for cross-browser consistency // variables @import 'bones/variables/colors', 'bones/variables/globals', 'bones/variables/grid', 'bones/variables/typography', 'bones/variables/code', 'bones/variables/buttons', 'bones/variables/forms', 'bones/variables/tables', 'bones/variables/nav', 'bones/variables/images', 'bones/variables/helpers'; // custom variables @import 'bones_config'; // mixins @import 'bones/mixins/globals', 'bones/mixins/grid', 'bones/mixins/typography', 'bones/mixins/buttons', 'bones/mixins/forms', 'bones/mixins/nav'; // partials @import 'bones/partials/globals', 'bones/partials/grid', 'bones/partials/typography', 'bones/partials/code', 'bones/partials/buttons', 'bones/partials/forms', 'bones/partials/tables', 'bones/partials/nav', 'bones/partials/images', 'bones/partials/components'; // helpers @import 'bones/helpers/margin', 'bones/helpers/padding', 'bones/helpers/positioning', 'bones/helpers/color', 'bones/helpers/background', 'bones/helpers/border', 'bones/helpers/size';