Skip to content

Releases: atomicpages/skeleton-sass

2.0.0-b4

28 May 03:50
Compare
Choose a tag to compare
2.0.0-b4 Pre-release
Pre-release
  • Added bin/upgrade to versioning
  • Added sache support
  • Added functions partial in core to versioning
  • Fixed issue in bower.json

2.0.0-b3

27 May 21:45
Compare
Choose a tag to compare
2.0.0-b3 Pre-release
Pre-release

More updated including an upgrade script that aids in transitioning from Skeleton Sass 1.x to Skeleton Sass 2.x!

2.0.0-b2

22 May 06:14
Compare
Choose a tag to compare
2.0.0-b2 Pre-release
Pre-release
  • Created a naming convention that actually makes sense
  • Changed the flavors folder to skeleton
  • Added the ability to create custom themes for Skeleton Sass that won't be eaten up by upgrading Skeleton Sass
    • There's a script for that too! bin/theme_setup.sh
    • Note: Windows scripts coming soonish

2.0.0-a5

21 May 01:44
Compare
Choose a tag to compare
2.0.0-a5 Pre-release
Pre-release
  • Added em, rem, and percent functions globally
    • Need to test with bourbon to make sure em and rem behave
  • Added font-size mixin globally that generates the converted font size based on the pixel size. This mixin automatically filters out which method to use based on your global/project config. It will also add the px fall back depending on your settings
  • Began converting all the font sizes to relative units instead of absolute units with rem as the default.

2.0.0-a4

20 May 07:44
Compare
Choose a tag to compare
2.0.0-a4 Pre-release
Pre-release

Added a few shell scripts to handle the initial setup and also to handle upgrades to skeleton sass. Moved user config to project root and renamed skeleton.scss to skeleton_template.scss. Execute bash scripts via:

bin/setup.sh

Any other question, feel free to submit a pull or a new issue

2.0.0-a3

20 May 03:55
Compare
Choose a tag to compare
2.0.0-a3 Pre-release
Pre-release

More alpha build releases!

2.0.0-b1

21 May 06:49
Compare
Choose a tag to compare
2.0.0-b1 Pre-release
Pre-release

Changed more things with first beta release. Added all shared styles for skeleton to an ingredients folder in flavors. Again, this reduces the overall amount of code that is required to keep up to date when editing. At this point, I am considering removing bourbon and compass entirely from the picture. Removing those two things would lessen the dependency tree and would allow the users to have more control on how they create content.

1.6.3

18 May 18:40
Compare
Choose a tag to compare
  • Added releases
  • Removed local config file so bower users have an easier time
  • Other minor changes