Skip to content

collectifco/blanc-wp-reset

Repository files navigation

Blanc

A starter Wordpress theme by Collectif.

Tools

  • Gulp – Preprocessor for compiling CSS, JS and more.
  • Bourbon Neat – A light CSS grid framework
  • SCSS – CSS extension language which adds variables, mixins and other cool stuff

HTML5 Reset WordPress Theme

This theme is based on Tim Murtaugh’s HTML5 Reset theme. HTML5 Reset is a simple set of WordPress best practices to get web projects off on the right foot.

Some of the HTML5 Reset features:

  1. A style sheet designed to strip initial styles from browsers, starting your development off with a blank slate.
  2. Easy to customize — remove whatever you don't need, keep what you do.
  3. Google Analytics and jQuery calls
  4. Meta tags ready for population
  5. Empty print and small-screen media queries
  6. Modernizr.js enables HTML5 compatibility with IE (and a dozen other great features)
  7. Prefix-free.js allowing us to only use un-prefixed styles in our CSS
  8. IE-specific classes for simple CSS-targeting
  9. Lots of other keen stuff

Stylesheets

Our SCSS directory is based on Dan Eden’s SCSS directories. Global styles go in the partials folder, while specific modules—such as headers, footers, sidebars—go in the appropriate modules folder

Install

  1. Download theme to WordPress Themes folder.
  2. (Make sure you have Gulp installed)
  3. Run npm install to download packages for Gulp.
  4. Run gulp to create the stylesheet. This setup will automatically watch for changes. The theme won't work without running Gulp once.

About

A simple Wordpress starter theme using SCSS, Gulp, Bourbon & Neat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published