-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mack, Kevin
committed
Aug 20, 2014
1 parent
4a06a75
commit 5f3ab46
Showing
4 changed files
with
7 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |