Skip to content

v1.0.1

Choose a tag to compare

@keenanpayne keenanpayne released this 15 Jul 20:18
· 403 commits to master since this release

New Features

  • Slight restructuring of the repository so that we have a distribution folder (named dist) that will provide the compiled CSS and JavaScript code.
  • Removed the css folder from the root of the repository.
  • Broken out the single concise.js file in the root js folder into multiple files.
  • Renamed the scripts folder to js for clarity.
  • #6: A Bower package has been released and can be downloaded via bower install concise

Website

Typos

CSS

Grid System

  • #7: Oops, we shipped a broken grid system! We fixed our SASS mixin so that our columns with gutters have proper widths. Thanks to @steve-acet for pointing that out to us.