Skip to content

v1.3.5: Updates

Compare
Choose a tag to compare
@ionlyseespots ionlyseespots released this 03 Apr 19:45
· 135 commits to master since this release

Ambient updates

HTML5

header now aligns self: flex-start. View Codepen example

Layout

am-layout="frame" added to assist (scrollable content) infinite scrolling. The frame arranges content vertically to create a strong infinite scrolling experience header, div am-scrollable and footer. Scrollable content can be scrolled left or right. View Codepen example

am-block has been added. Blocks are a new grid that can be used to structure content "in the weeds". It is 12-column by default, but can be customized via a LESS variable to fit any column count. Blocks are infinitely nestable, and be portrait, landscape, or both. View CodePen example.

am-wrapper is now a parent (body) or child (element) container.

CSS

  • am-margin & am-padding is now 1em by default.
  • am-flat has been added as a skin class for flat buttons.
  • LESS variables
    • -var are now all prefixed with @am-
    • @am-block-columns added for blocks column count

Docs and templates

Notable changes

  • Ambient now makes use of Grunt.