Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

A collection of tools and libraries to implement the HSPH Design System

HSPH Boostrap

An implementation of the Bootstrap CSS framework implementing the Harvard Chan brand.

How to use

In your theme or plugin you can either directly enqueue the styles and optionally the scripts:

Direct enqueing
add_action(
	'wp_enqueue_scripts',
	function () {
		wp_enqueue_script( 'hsph-bootstrap' );
	}
);


Or if you have existing scripts and styles you can simply make hsph-bootstrap a dependency:



How to Modify

Demos

  • No labels