This repository has been archived by the owner on Nov 12, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#227 moved all dom modules and utils to packages
- Loading branch information
rofrischmann
committed
Mar 1, 2016
1 parent
4e9f545
commit 25d6f5b
Showing
27 changed files
with
526 additions
and
592 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,59 @@ | ||
# Documentation | ||
|
||
**The docs reference Version 1.0**.<br> | ||
For legacy documentation please check [this](https://github.com/rofrischmann/react-look/tree/9a7261b16f9a06e8cd7e64773d19714fd4181219). | ||
|
||
The following documentation pages will hopefully solve all your remaining questions and clear out the usage and intention of Look.<br> | ||
If there's still something I forgot please let me know and don't be shy to ask. You may also create an issue so I can update the docs immediately. | ||
|
||
## Table of contents | ||
|
||
1. [Getting Started](GettingStarted.md) | ||
* 1.1. [Installation](GettingStarted.md#1-installation) | ||
* 1.2. [First Component](GettingStarted.md#2-first-component) | ||
* 1.3. [Stateless Components](GettingStarted.md#3-stateless-components) | ||
* 1.4. [Pseudo classes](GettingStarted.md#4-pseudo-classes) | ||
* 1.5. [Media queries](GettingStarted.md#5-media-queries) | ||
* 1.6. [Mixins & Plugins](GettingStarted.md#6-mixins--plugins) | ||
* 1.7. [Fallback values](GettingStarted.md#7-fallback-values) | ||
* 1.8. [Vendor prefixes](GettingStarted.md#8-vendor-prefixes) | ||
* 1.9. [Server-side rendering](GettingStarted.md#9-server-side-rendering) | ||
* 1.10. [DevTools](GettingStarted.md#10-devtools) | ||
2. [API Reference](api/) | ||
* **2.1. [look](api/Look.md)** | ||
* **2.2. [StyleSheet](api/StyleSheet.md)** | ||
* [create](api/StyleSheet.md#createstyles) | ||
* [combineStyles](api/StyleSheet.md#combinestylesstyles) | ||
* [toCSS](api/StyleSheet.md#tocssstyles--scope) <img src="../../../res/deprecated-badge.png" height=15> | ||
* [addCSS](api/StyleSheet.md#addcssstyles--scope) | ||
* [keyframes](api/StyleSheet.md#keyframesframes--name) | ||
* [font](api/StyleSheet.md#fontfontfamily-files--properties) | ||
* **2.3. [LookRoot](api/LookRoot.md)** | ||
* **2.4. [StyleContainer](api/StyleContainer.md)** | ||
3. Registry | ||
* **3.1. [Plugins](Plugins.md)** | ||
* [Fallback Value](plugins/FallbackValue.md) | ||
* [Mixin](plugins/Mixin.md) | ||
* [Prefixer](plugins/Prefixer.md) | ||
* [Stateful Value](plugins/StatefulValue.md) | ||
* [Stateful Selector](plugins/StatefulSelector.md) | ||
* **3.1.1 [DevTools](Plugins.md#developertools)** | ||
* [Friendly ClassName](plugins/FriendlyClassName.md) | ||
* [Linter](plugins/Linter.md) | ||
* [Style Logger](plugins/StyleLogger.md) | ||
* **3.2 [Mixins](Mixins.md)** | ||
* [Contains](Mixins.md#contains) | ||
* [Extend](Mixins.md#extend) | ||
* [Extract CSS](Mixins.md#extract-css) | ||
* [Platform Queries](Mixins.md#platform-queries) | ||
* [Stateful Conditions](Mixins.md#stateful-conditions) | ||
* [Substr](Mixins.md#substr) | ||
4. [Guides](guides/) | ||
* 4.1. [Upgrading Look](guides/upgradeLook.md) | ||
* 4.2. [Configuring Look](guides/configureLook.md) | ||
* 4.3. [Build your own: Mixin](guides/customMixin.md) | ||
* 4.4. [Build your own: Plugin](guides/customPlugin.md) | ||
5. [FAQ](FAQ.md) | ||
6. Under The Hood *(incomplete)* | ||
* 6.1. How does Look work? | ||
* 6.2. How does StyleSheet.create work? |
5 changes: 3 additions & 2 deletions
5
modules/api/dom/LookRoot.js → packages/react-look/modules/api/LookRoot.js
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
7 changes: 4 additions & 3 deletions
7
modules/api/dom/StyleContainer.js → .../react-look/modules/api/StyleContainer.js
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
7 changes: 4 additions & 3 deletions
7
modules/api/dom/StyleSheet.js → ...ages/react-look/modules/api/StyleSheet.js
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
9 changes: 5 additions & 4 deletions
9
modules/core/dom/renderer.js → packages/react-look/modules/core/renderer.js
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
10 changes: 5 additions & 5 deletions
10
modules/core/dom/resolver.js → packages/react-look/modules/core/resolver.js
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
modules/mixins/dom/platformQuery.js → ...eact-look/modules/mixins/platformQuery.js
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
3 changes: 2 additions & 1 deletion
3
modules/mixins/dom/substr.js → packages/react-look/modules/mixins/substr.js
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
3 changes: 2 additions & 1 deletion
3
modules/plugins/dom/fallbackValue.js → ...act-look/modules/plugins/fallbackValue.js
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
2 changes: 1 addition & 1 deletion
2
modules/plugins/dom/friendlyClassName.js → ...look/modules/plugins/friendlyClassName.js
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
3 changes: 2 additions & 1 deletion
3
modules/plugins/dom/linter.js → ...ages/react-look/modules/plugins/linter.js
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
2 changes: 1 addition & 1 deletion
2
modules/plugins/dom/prefixer.js → ...es/react-look/modules/plugins/prefixer.js
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
File renamed without changes.
File renamed without changes.
22 changes: 11 additions & 11 deletions
22
modules/presets/react-dom.js → ...s/react-look/modules/presets/react-dom.js
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.