accoutrement-layout
Advanced tools
Comparing version 2.2.0 to 3.0.0
{ | ||
"name": "accoutrement-layout", | ||
"version": "2.2.0", | ||
"version": "3.0.0", | ||
"description": "Layout helpers", | ||
"homepage": "https://github.com/oddbird/accoutrement-layout", | ||
"homepage": "http://oddbird.net/accoutrement-layout/", | ||
"main": "sass/_layout.scss", | ||
@@ -13,11 +13,11 @@ "repository": { | ||
"accoutrement-scale": "^3.0.0", | ||
"chalk": "^1.1.1", | ||
"gulp": "^3.9.0", | ||
"gulp-sass-lint": "^1.1.1", | ||
"gulp-util": "^3.0.7", | ||
"mocha": "^2.3.4", | ||
"sass-lint": "^1.7.0", | ||
"sass-true": "^2.2.2", | ||
"sassdoc": "^2.1.20", | ||
"sassdoc-theme-herman": "^0.2.0" | ||
"chalk": "^2.1.0", | ||
"gulp": "^3.9.1", | ||
"gulp-sass-lint": "^1.3.2", | ||
"gulp-util": "^3.0.8", | ||
"mocha": "^3.5.0", | ||
"sass-lint": "^1.10.2", | ||
"sass-true": "^3.0.0", | ||
"sassdoc": "^2.3.0", | ||
"sassdoc-theme-herman": "^1.0.0-alpha.9" | ||
}, | ||
@@ -34,9 +34,10 @@ "author": "Miriam Suzanne <miriam@oddbird.net>", | ||
"eyeglass": { | ||
"needs": "^0.8.2", | ||
"sassDir": "./_mq.scss", | ||
"exports": false | ||
"sassDir": "sass", | ||
"exports": false, | ||
"name": "accoutrement-color", | ||
"needs": "^1.0.0" | ||
}, | ||
"scripts": { | ||
"test": "node_modules/.bin/mocha", | ||
"release": "npm run test && gulp sasslint && gulp sassdoc" | ||
"commit": "npm run test && gulp sasslint && gulp sassdoc" | ||
}, | ||
@@ -43,0 +44,0 @@ "bugs": { |
Accoutrement-Layout | ||
=================== | ||
Sass layout [Accoutrement][accoutrement] | ||
Sass layout utilities | ||
by [OddBird][oddbird]. | ||
@@ -13,11 +13,27 @@ Provides layout utilities | ||
[accoutrement]: http://oddbird.net/accoutrement/ | ||
[oddbird]: http://oddbird.net/ | ||
More Accoutrement Tools | ||
----------------------- | ||
- [Init](http://oddbird.net/accoutrement-init/) | ||
provides light-weight browser-normalization. | ||
- [Color](http://oddbird.net/accoutrement-color/) | ||
provides color-palette management and contrast-ratio utilities. | ||
- [Scale](http://oddbird.net/accoutrement-scale/) | ||
helps manage scale patterns like font-sizes, margins, and gutters. | ||
- [Type](http://oddbird.net/accoutrement-type/) | ||
provides webfont management tools, | ||
and other typography helpers. | ||
Quick Start | ||
----------- | ||
Install the package with npm or yarn | ||
```bash | ||
npm install accoutrement-layout | ||
yarn add accoutrement-layout | ||
``` | ||
@@ -28,3 +44,3 @@ | ||
```scss | ||
@import 'path/to/accoutrement-layout/sass/layout' | ||
@import '<path-to>/accoutrement-layout/sass/layout'; | ||
``` | ||
@@ -31,0 +47,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
381514
43
158
85