18F / united

An experimental atomic css prototype framework, developed for prototyping patterns for cloud.gov.
Creative Commons Zero v1.0 Universal
6 stars 4 forks source link

united

An experimental atomic css prototype framework, developed for prototyping patterns for cloud.gov. (See cloud.gov style and the cloud.gov pattern library)

What it does

United is an experimental atomic css utility class framework (similar to Basscss, Tachyons, or Solid) that allows designing for a wide expressive gamut without modifying css. Utility classes are single-use immutable classes that can be chained together to create more sophisticated presentational styles. See the demo.

What problem this solves

Among other things, a utility class framework can be helpful to prototype new patterns in a pattern library without modifying production code. It allows a designer or developer to get into design with minimal classing/naming overhead, and can provide tight integration with Sketch files built with similar base principles.

Utility classes can form a universal language shared between different traditional taxonomic systems, as well as a bridge between visual design and front-end design — potentially making it simpler to move from design to production.

Developing locally

  1. Clone the repo
  2. If you've never installed Jekyll, install it with gem install jekyll (more detail here)
  3. Install dependencies with npm install
  4. Run gulp with gulp
  5. ???
  6. Profit!