From 5f3ab4677f66478ff0ca454317e43db8fc6b5b16 Mon Sep 17 00:00:00 2001 From: "Mack, Kevin" Date: Wed, 20 Aug 2014 15:00:30 -0400 Subject: [PATCH] Update to logs --- CHANGES.md | 3 ++- LICENSE | 2 +- README.md | 24 ++---------------------- VERSION.md | 3 ++- 4 files changed, 7 insertions(+), 25 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 902552f..f47dc9a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,4 +3,5 @@ + 1.1.0: Updates to documentation and a few whitespace spots removed. Moved media query to top of the file. Introduced official versions and branches. Welcome `v1.1` + 2.0.0: Refactor of code, addition of %selector-names for @extend functionality, BEM naming convention, updates to documentation + 2.1.0: Variables moved into "spacing.scss" and removal of "_variables.scss" -+ 2.2.0: Revert back to have variables in "spacing.scss" to "_variables.scss" \ No newline at end of file ++ 2.2.0: Revert back to have variables in "spacing.scss" to "_variables.scss" ++ 3.0.0: Complete rewrite to include Sass 3.3 functionality and more flexibility for RWD projects \ No newline at end of file diff --git a/LICENSE b/LICENSE index d7f2933..efe6d8e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013 Kevin Mack +Copyright (c) 2014 Kevin Mack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 098647b..e7c0a87 100755 --- a/README.md +++ b/README.md @@ -1,24 +1,4 @@ -OOCSS Spacing [v2.2.0] +OOCSS Spacing [v3.0.0] =============================== -Spacing is one of the most fundamental pieces of a website design, using this starter kit will help you maintain consistent spacing throughout your project. This is a [Sass](http://sass-lang.com/) file for creating global spacing for your projects. The repository includes a compressed compiled version in CSS. - -* Generate margin and padding for your project -* Ideal for object-oriented CSS - - -**View the demo**: [http://kevinmack18.github.io/SASS-Margin-and-Padding-Starter/](http://kevinmack18.github.io/SASS-Margin-and-Padding-Starter/) - - ---- - -### Sass Option -Include "spacing.scss" and "_variables.scss" in your project. Adjust variables in "_variables.scss" to fit your needs. - -It is recommended to change the file to a [partial](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#partials) and `@import "spacing"` in your main output file. - -#### Dependencies -* [Sass](http://sass-lang.com/) v3.2.x - -### Css Option -Input the "spacing.css" file in your project or copy/paste the code into your project. The default space (20px) is used "spacing.css". \ No newline at end of file +STILL HAVE A LOT OF WORK HERE! \ No newline at end of file diff --git a/VERSION.md b/VERSION.md index b0e9214..16621fd 100644 --- a/VERSION.md +++ b/VERSION.md @@ -3,4 +3,5 @@ + 1.1.0 - 04/15/13 + 2.0.0 - 10/30/13 + 2.1.0 - 11/05/13 -+ 2.2.0 - 11/05/13 \ No newline at end of file ++ 2.2.0 - 11/05/13 ++ 3.0.0 - 08/20/14 \ No newline at end of file