Skip to content

Commit

Permalink
Updates to documentation for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicetransition committed Oct 30, 2013
1 parent ed176f5 commit a9d309c
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 569 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Kevin Mack <[email protected]> http://www.nicetransition.com/
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+ 0.0.0: Initial Release
+ 1.0.0: Updates for *"-sides", this was originally missing in the Initial Release. Also updated the initial size from 40px to 20px, for the example.
+ 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
9 changes: 9 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The MIT License (MIT)

Copyright (c) 2013 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:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37 changes: 13 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,22 @@
SASS-Margin-and-Padding-Starter
OOCSS Spacing [v2.0.0]
===============================

SASS Padding and Margin Starter .SCSS is used to generate classes for margin and padding spaces in your project. Ideal for object-oriented CSS.
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.

### Purpose
* Generate margin and padding for your project
* Ideal for object-oriented CSS

Used to generate margin and padding for your project. Ideal for object-oriented CSS.
---

## Use

### Setup
## Sass Option
Include "space.scss" in your project and adjust variables within "_variables.scss".

Requires [SASS](http://sass-lang.com/) 3.2.x
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.

<pre>
$ cd {~path to directory~}/assets
$ sass --watch scss:css --style compressed
</pre>
### Dependencies
* [Sass](http://sass-lang.com/) 3.2.x


### Release History

* 01.31.13 - Initial Release
* 02.14.13 - Updates for *"-sides", this was originally missing in the Initial Release. Also updated the initial size from 40px to 20px, for the example.
* 04.15.13 - 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`


### Ect

`@import` "spacing.scss" in your global *.scss file OR just put the following code within your global *.scss file.
<pre>
@import "spacing";
</pre>
## 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".
4 changes: 4 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+ 0.0.0 - 01/31/13
+ 1.0.0 - 02/14/13
+ 1.1.0 - 04/15/13
+ 2.0.0 - 10/30/13
Loading

0 comments on commit a9d309c

Please sign in to comment.