This repository was archived by the owner on Mar 6, 2023. It is now read-only.
Releases: raisely/base
Releases · raisely/base
v2.1.0
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
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
andmenu.scss
to components folder
Typography
- Use
rem
instead ofems
for headings and paragraph
Grunt
- Add Babel to compile ES6
- Add Browserify
- Add Autoprefixer
- Add BrowserSync
v1.0.1
First minor patch release for Base v1. Includes minor improvements, style bugfixes and space savings.
Changelist
- Typography moved out of responsive. Using
em
s 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
Initial release of Base! Includes the ultra-powerful grid system, sensible resets for type, forms, buttons & menus and a set of useful mixins.