-
Notifications
You must be signed in to change notification settings - Fork 59
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
rofrischmann
committed
Feb 17, 2017
1 parent
25dd2f3
commit 3e3a7a8
Showing
9 changed files
with
389 additions
and
91 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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Summary | ||
|
||
* [Read Me](README.md) | ||
* [1. Usage Guides](docs/UsageGuides.md) | ||
* [1.1. Client / Server Prefixing](docs/guides/ClientServerPrefixing.md) | ||
* [1.2. Resolving Array Values](docs/guides/ResolvingArrays.md) | ||
* [1.3. Creating your own Prefixer](docs/guides/CustomPrefixer.md) | ||
* [1.4. Creating your own prefixAll](docs/guides/CustomPrefixAll.md) | ||
* [2. Data Reference](docs/DataReference.md) | ||
* [2.1. Supported Properties](docs/data/SupportedProperties.md) | ||
* [2.2. Special Plugins](docs/data/SpecialPlugins.md) | ||
* [3. API Reference](docs/API.md) | ||
* 3.1. inline-style-prefixer | ||
* [3.1.1. Prefixer](docs/api/inline-style-prefixer/Prefixer.md) | ||
* [3.1.2. createPrefixer](docs/api/inline-style-prefixer/createPrefixer.md) | ||
* 3.2. inline-style-prefixer/static | ||
* [3.2.1. prefixAll](docs/api/inline-style-prefixer-static/prefixAll.md) | ||
* [3.2.2. createPrefixer](docs/api/inline-style-prefixer-static/createPrefixer.md) | ||
* 3.3. inline-style-prefixer/generator | ||
* [3.3.1. generateData](docs/api/inline-style-prefixer-generator/generateData.md) | ||
* [4. FAQ](docs/FAQ.md) |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"gitbook": "3.1.0", | ||
"title": "inline-style-prefixer", | ||
"author": "Robin Frischmann <robin@rofrischmann.de>", | ||
"description": "Official inline-style-prefixer documentation", | ||
"language": "en", | ||
"plugins": [ | ||
"edit-link", | ||
"prism", | ||
"-highlight", | ||
"github", | ||
"anker-enable" | ||
], | ||
"pluginsConfig": { | ||
"edit-link": { | ||
"base": "https://github.com/rofrischmann/inline-style-prefixer/tree/master", | ||
"label": "Edit This Page" | ||
}, | ||
"github": { | ||
"url": "https://github.com/rofrischmann/inline-style-prefixer/" | ||
} | ||
} | ||
} |
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
Oops, something went wrong.