Releases: atomicpages/skeleton-sass
Releases · atomicpages/skeleton-sass
2.5.3-dev
- Added some more HTML 5 form elements
- Migrated normalize to a bower dependency so it can be maintained in a better way
- Removed old version of normalize from mixin
2.5.2
2.5.1
2.5.0
2.5.0
- Addition of a new default theme called fresh
- Removal of old reset CSS in favor of normalize.css
- Although, you can always use
reset.css
if you wish since it will still be part of the theme mixins!
- Although, you can always use
- Adjustment of media queries
- Note: these media queries probably won't be perfect for every project. Let the content dictate the media queries!
- Fluid grid is now the default with a fixed width set on the
body
element (you can change this behavior, of course)- Note: the fixed grid will still be there! Difference is that the fluid grid will be the new default with the new theme only. You can still use the old
sphenoid
theme for the pre 2.5 setup (e.g. fixed grid, old skeleton.css theme,reset.css
, etc.).
- Note: the fixed grid will still be there! Difference is that the fluid grid will be the new default with the new theme only. You can still use the old
- New default font: Raleway
- Removal of old reset CSS in favor of normalize.css
- Improvements with scripts and better compatibility with Ruby 2.x and better backward compatibility with Ruby 1.8+
Removals
$colWidth
variable in the@grid
mixin- Removed some sloppy code in the
@_offsets
mixin
Fixes/Changes
- Plural
column
andcolumns
forone-third
,two-third
, andfull-width
New Features/Themes
one-half
selector to grid$new
parameter to@_fluidGrid
and@_fixedGrid
. This makes some basic changes to the grid for the new Skeleton CSS format- Default fixed/fluid combo grid for
fresh
theme- Updated offsets for the new fixed/fluid grid combo
- Added new
offset-by-one-third
,.offset-by-two-thirds
, and.offset-by-one-half
selectors for new grid
2.5.0-b2
- Updated versions in
bower.json
and inskeleton_template.scss
2.5.0 Beta 1
Removals
$colWidth
variable in the@grid
mixin- Removed some sloppy code in the
@_offsets
mixin
Fixes/Changes
- Plural
column
andcolumns
forone-third
,two-third
, andfull-width
New Features/Themes
one-half
selector to grid$new
parameter to@_fluidGrid
and@_fixedGrid
. This makes some basic changes to the grid for the new Skeleton CSS format- Default fixed/fluid combo grid for
fresh
theme- Updated offsets for the new fixed/fluid grid combo
- Added new
offset-by-one-third
,.offset-by-two-thirds
, and.offset-by-one-half
selectors for new grid
2.0.3
- Fixed bad parameter
- Fixed bower issue
2.0.2
- Added the correct script to execute in
skeleton_template.scss
- Finished the
upgrade.rb
executable — albeit, it's a bit sloppy - Removed bad tag in sache file
- Cleaned up
_base.scss
- Deprecation notice:
upgrade
will be removed with2.1.0
2.0.1
- Updated readme so it's current
- Added default mixins and functions in the
theme_setup.rb
executable - Fixed a few other bugs
2.0.0
First stable release of Skeleton Sass 2!