Releases: LookThink/Kentucky
3.0.3 - Core restructuring of purpose
Fundamental shift of the usage of Kentucky. Instead of being an additional library to add to your existing or base level code, Kentucky now serves as the base level for all CSS development.
It provides the user with a series of folders, some of which include various files that help jumpstart development by providing mixins, variables, etc.
Kentucky is not meant to be an updatable product as developers should start with it as a core and edit it's included files, in addition to creating their own.
Kentucky's growth will continue but the changes made to it should always be considered incompatible with previous versions.
Official Release of MVP
We are incredibly excited to announce Kentucky v.1.0.0! This signifies our first venture into a publicly available product for other developers to use and we hope you get good use out of it.
We really want the community to get involved; ask questions, find problems, let us know what you want out of Kentucky! We very much want this to be a group effort and are strong supporters of open-source work so let's all make Kentucky a stronger SCSS framework together!
In order to install Kentucky (via terminal):
$ gem install kentucky
$ cd ../project/scss/
$ kentucky install
Or download the .zip file and extract into your SCSS folder.