You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#8: Fixed a missing <html> tag in an example on our getting started page. Thanks to @VEZU for noticing that!
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.