Sha256: 6b9a360563bd1c3e68261634ecd78e1849e88bf7fa8b012524061ffc585976aa
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 KB
Contents
/* ========================== 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';
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bones-rails-0.1.0 | app/assets/stylesheets/bones.scss |