Skip to content

v3.3.0

Compare
Choose a tag to compare
@keenanpayne keenanpayne released this 18 Jan 21:42
· 189 commits to master since this release

SASS

  • [ebf60b9] A new mixin has been added called columnOffset that allows you to easy move columns in your design.
  • [e0fa570] We have added a new helper class .nonresponsive that when applied to the <body> tag, will keep elements and components from resizing on different window sizes. There is also a $non-responsive variable that can be turned on/off that will remove the unnecessary non-responsive CSS if you do not need it.
  • [c89aa3e] We have updated how margin is applied on <p> tags. Now, every <p> that is not the last child will have a bottom margin.
  • [eaeb244] Grid examples have been added to the test.html file.
  • [cab7e86] Examples have been added for how grid column offsets can be used.
  • [60c6948] The card with image has been fixed inside of test.html

Components

Modals

  • [05f00da] There was an issue with windows with small heights and modal visibility which has been fixed.