Skip to content

Releases: atomicpages/skeleton-sass

2.5.3-dev

09 May 06:14
Compare
Choose a tag to compare
2.5.3-dev Pre-release
Pre-release
  • 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

22 Jan 03:05
Compare
Choose a tag to compare
  • Fixes issue #22

2.5.1

29 Jun 05:35
Compare
Choose a tag to compare

Fixes issue #16!

2.5.0

29 Jun 05:28
Compare
Choose a tag to compare

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!
    • 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.).
    • New default font: Raleway
  • 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 and columns for one-third, two-third, and full-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

06 Apr 18:23
Compare
Choose a tag to compare
2.5.0-b2 Pre-release
Pre-release
  • Updated versions in bower.json and in skeleton_template.scss

2.5.0 Beta 1

27 Mar 22:45
Compare
Choose a tag to compare
2.5.0 Beta 1 Pre-release
Pre-release
Removals
  • $colWidth variable in the @grid mixin
  • Removed some sloppy code in the @_offsets mixin
Fixes/Changes
  • Plural column and columns for one-third, two-third, and full-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

23 Feb 20:39
Compare
Choose a tag to compare
  • Fixed bad parameter
  • Fixed bower issue

2.0.2

03 Aug 22:09
Compare
Choose a tag to compare
  • 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 with 2.1.0

2.0.1

28 Jul 18:30
Compare
Choose a tag to compare
  • 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

28 Jul 03:09
Compare
Choose a tag to compare

First stable release of Skeleton Sass 2!