* 'material-sprint' of https://github.com/google/web-starter-kit:
Renaming navigation classes as per @csswizardry review
Cleaning up layout SCSS - Make sure as much as possible is behind optional classes - Rename everything to follow style convention - Add new class for JS binding - Rearrange SCSS to take advantage of nesting with &
- Make sure as much as possible is behind optional classes
- Rename everything to follow style convention
- Add new class for JS binding
- Rearrange SCSS to take advantage of nesting with &
- Changed HTML structure for the component, to improve styling and remove hacky ~ operator
- Updated component look to match material spec
- Added focus states
- Make sure as much as possible is behind optional classes
- Rename everything to follow style convention
- Add new class for JS binding
- Rearrange SCSS to take advantage of nesting with &
- Merge button and FAB demos
- Make sure as much as possible is behind optional classes
- Rename everything to follow style convention
- Add new class for JS binding
- Rearrange file to take advantage of SCSS nesting with &
* 'material-sprint' of https://github.com/google/web-starter-kit:
Drawer button changes for Layout module: - Changing default behaviour of drawer buttons to push down the content, instead of overlaying on top of it. - Adding optional .Layout--overlayDrawerButton class to allow previous behaviour. - Switching layout demos to use .Layout--overlayDrawerButton. - Tweaking layout for index page.
- Changing default behaviour of drawer buttons to push down the content, instead of overlaying on top of it.
- Adding optional .Layout--overlayDrawerButton class to allow previous behaviour.
- Switching layout demos to use .Layout--overlayDrawerButton.
- Tweaking layout for index page.
This module combines the old 'navigation' and 'header-panel' modules into a single, configurable component.
- Added new layout module, with demo.
- Rewrote material-styleguide.html and index.html to use the layout module.
- Removed 'navigation' and 'header-panel'.
- Added README.md explaining usage of the module. We'll need a better place for these docs at some point.