Skip to content
Jamie Boyd edited this page Jul 21, 2016 · 7 revisions

Fuzz 3.0

Fuzz is a HTML/Sass-CSS framework of principles, designed for fast implementation of custom, responsive grid-based websites.

The framework separates presentational concerns into different hierarchical layers. This simplifies the role of each layer and allows a greater proportion of the codebase to be modular and rapidly reusable.

Major Changes from Fuzz 2.0

  • Fuzz 2.0 partially adopted the Block-Element-Modifier approach to creating modular front-end components. Version 3 takes this a step further, combining Fuzz namespacing with a full BEM approach.
  • Fuzz 2.0 Components all had an inner container element with a "in" class. This has been removed by default in v3 to better facilitate using Flexbox for layouts. If an inner container is required for a component, it can be added using the Fuzz-BEM naming convention.

Index

  1. Fuzz Namespaces
  2. Fuzz CSS Styleguide
Clone this wiki locally