DreamHost.css


Heavily influenced by functional css frameworks like BaseCSS, Tachyons and Buzzfeed Solid, DreamHost.css consists of a collection of single-purpose utility classes alongside DreamHost's branding and some common design patterns.

Including in your project

There are two ways to use DreamHost.css. The fastest way is to just download and link to the compiled css. This will give you access to all the utilities and components necessary to create a DreamHost application.

	<link rel="stylesheet" type="text/css" href="dreamhost.min.css">
	

If you need more control and want access to the sass, you can download all the source files or use the node package. You can then import this into your application however makes sense.

	npm install dreamhost-css
	

Track issues, view the source and make pull requests on GitHub.