Skip to content

Commit

Permalink
Update to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mack, Kevin committed Aug 20, 2014
1 parent 4a06a75 commit 5f3ab46
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
+ 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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -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".
STILL HAVE A LOT OF WORK HERE!
3 changes: 2 additions & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
+ 2.2.0 - 11/05/13
+ 3.0.0 - 08/20/14

0 comments on commit 5f3ab46

Please sign in to comment.