ditto/bootstrap-bundle

A Ditto framework bundle for the Bootstrap CSS/JS library

Installs: 104

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:ditto-bundle

0.1.2 2013-08-16 11:34 UTC

This package is not auto-updated.

Last update: 2024-03-26 02:35:53 UTC


README

a Ditto bundle

You can pick and choose the parts of Bootstrap to load.

Use

Engine::load()->bundle('Bootstrap')
	->load([
		'buttons',
		'forms'
	]);

The CSS and JS files for buttons and forms along with their depenencies will then be inserted into the template.