Skip to content

3.0.0-dev2

Pre-release
Pre-release
Compare
Choose a tag to compare
@atomicpages atomicpages released this 05 Sep 05:15

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.
  • 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