Releases: atomicpages/skeleton-sass
2.0.0-b4
2.0.0-b3
More updated including an upgrade script that aids in transitioning from Skeleton Sass 1.x to Skeleton Sass 2.x!
2.0.0-b2
- Created a naming convention that actually makes sense
- Changed the
flavors
folder toskeleton
- 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
- There's a script for that too!
2.0.0-a5
- Added
em
,rem
, andpercent
functions globally- Need to test with bourbon to make sure
em
andrem
behave
- Need to test with bourbon to make sure
- 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
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
More alpha build releases!
2.0.0-b1
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
- Added releases
- Removed local config file so bower users have an easier time
- Other minor changes