Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Releases: raisely/base

v2.1.0

30 Mar 02:56
Compare
Choose a tag to compare

Changelist

  • Add Gulp task runner

Grid

  • Add extra setting to grid to allow columns with or without outer gutters
  • Add omega mixin to remove margin from last element in a row for grid without outer gutters

SASS structure

  • Create components and partials folder

Typography

  • Update _type.scss set up.
  • Use mixins for heading and paragraph elements

v2.0.0

13 Jan 00:35
Compare
Choose a tag to compare

Changelist

  • Convert LESS to SASS

Grid

  • Percentage based columns width
  • Use respond-to mixin to overwrite styling for specified breakpoints
  • Automatically generate columns for desktop, tablet, mobile and other views based on breakpoint settings

SASS structure

  • Move buttons.scss, forms.scss and menu.scss to components folder

Typography

  • Use rem instead of ems for headings and paragraph

Grunt

  • Add Babel to compile ES6
  • Add Browserify
  • Add Autoprefixer
  • Add BrowserSync

v1.0.1

03 Nov 10:46
Compare
Choose a tag to compare

First minor patch release for Base v1. Includes minor improvements, style bugfixes and space savings.

Changelist

  • Typography moved out of responsive. Using ems meant it was unnecessary bloat. Body font size & line height now set in _layout.less as the only file compiled in the responsive steps.
  • Removed width:100% from form elements, it was causing overflow issues
  • Tweaked button/submit styles to reset mobile webkit
  • Tweak primary colours to match Base website

Initial Release

12 Oct 14:24
Compare
Choose a tag to compare

Initial release of Base! Includes the ultra-powerful grid system, sensible resets for type, forms, buttons & menus and a set of useful mixins.