Skip to content

v3.1.0

Compare
Choose a tag to compare
@keenanpayne keenanpayne released this 08 Oct 19:07
· 225 commits to master since this release

SASS

  • [ref: #76] We found that we were hard-coding font-colors and spacing in certain places of the framework, as opposed to using variables. We have removed these colors, and abstracted them to the _globals.scss file, as well as removed the spacing (which was happening on <p> elements inside of modals).
  • [ref: #81] We have removed the declared line-height for list items.

Website

  • [ref: #75] We removed the dedicated add-ons directory for the v2.x.x version of Concise and have included the files inside of our main website repository.
  • [ref: #77] The custom scrollbars on the website, which were causing unexpected behavior, have been removed.
  • [ref: #78] We fixed an example that was broken on the website for fluid images.