elektro-potkan/html-kickstart

Customized HTML Kickstart framework

v2.0.0 2023-01-09 01:55 UTC

This package is auto-updated.

Last update: 2024-04-09 04:50:56 UTC


README

HTML Kickstart by Joshua Gatcke http://www.99lime.com, customized by Elektro-potkan git@elektro-potkan.cz.

Usage

As there is currently no version tag for the original package in Packagist, You need to explicitly depend on the same commit as this package in Your composer.json:

{
	"require": {
		"99lime/html-kickstart": "dev-master#52f37f98a1525c7b4cc55ea9bd331dfb5a36bffb",
		"elektro-potkan/html-kickstart": "^2.0.0"
	}
}

After loading the original Kickstart files as needed, load also the customized CSS:

<link rel="stylesheet" href="path-to-exposed-assets-from-vendor-directory/css/kickstart.custom.css" media="all" />

Authors

Info

Versioning

This project uses Semantic Versioning 2.0.0 (semver.org).

Branching

This project uses slightly modified Git-Flow Workflow and Branching Model:

License

This program is licensed under the MIT License.

See file LICENSE.