Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ToC in docs #59

Merged
merged 4 commits into from Dec 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions .documentation.json
Expand Up @@ -12,14 +12,24 @@
"ellipsis",
"hiDPI",
"hideText",
"placeholder",
"retinaImage",
"selection",
"size",
"timingFunctions",
"wordWrap",
{
"name": "Shorthands",
"description": "Functions that help write nicer code. They're shorter, of course, but they also make it easy to pass in multiple variables without resorting to string concatenation."
},
"animation",
{
"name": "Helpers",
"description": "Tiny helper functions that make your life easier."
},
"em",
"modularScale",
"rem",
"stripUnit"
]
}
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,6 @@ notifications:
email: false
node_js:
- '6'
- '4'
before_install:
- npm i -g npm@^2.0.0
install:
Expand Down