/*
Theme Name: Basics
Theme URI: http://wp4design.com
Author: Bruno Bichet
Author URI: http://plus.tl/bruno
Description: A Blank Theme based on HTML5 Boilerplate « For Those About To Rock » with WordPress.
Version: 0.2.6
License: GNU General Public License
License URI: license.txt
Tags: custom-background, custom-menu, editor-style, featured-images, microformats, post-formats, translation-ready, sticky-post, threaded-comments, fixed-width
This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others.
For Those About to Rock. Fire!
*/

/*
markup.css (editor-style.css renamed) import css/normalize.css: maybe the best way to match both front website and WordPress's editor styles ^^
HTML5 Boilerplate part #1 is included in markup.css via @import "/css/normalize.css"
HTML5 Boilerplate part #2 is included directly within tool.css
*/
@import "markup.css"; 

/* Grids are great. Or not. */
/* @import "css/grid.css"; */

/* You may want to give your website its own style! */
@import "css/author.css";

/* HTML5 Boilerplate part #2 */
@import "css/tool.css";

/* We Salute you */