0.0.1 • Published 9 years ago

konjac-sass v0.0.1

Weekly downloads
1
License
Apache 2.0
Repository
github
Last release
9 years ago

Konjac

Konjac is an Theme for the Jelly-Bootstrapping Framework and therefore requires it to work.

Usage

To use it, simply link in the konjac.css or konjac.min.css File in your HTML File like this:

<html>
    <head>
	    ...
	    <link rel="stylesheet" href="/styles/konjac.min.css" />
	    ...
	</head>

If you want to expand on it, you have to check the konjac.scss File first if the path to the Jelly-installation is right. If you did, then you can simply import the konjac.scss File into your own SASS Code and start hacking! With that you also gain access to all jelly functions, settings and solutions!

##License This Projects Source-Code is published under the Apache License 2.0. All other content in this Project which is not covered by the Apache License 2.0 is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License.