3.0.0-dev2
Pre-release
Pre-release
3.0.0-dev2
- Adding
package.json
for npm support - Converting all core files to partials for better support for installing via bower and npm
- Decoupled Skeleton Sass
- All themes files that
@import "vars";
no longer do so - Importing of theme components has to be done manually by consumers.
- All themes files that
- Added
.editorconfig
- Added
package.json
for installing via npm
Removals
bin/
skeleton_template.scss
_MYConfig.scss
themes/demo
var
partial imports in shipped theme files
Additions
- Introduction of
$new-grid-width
in the global config- Alters the
width
set in.container
as defined in@media (min-width: 550px)
- Allows users to change this bizarre default 80% value set in Skeleton CSS 2
- Alters the