Skip to content

Commit

Permalink
docs: update credits
Browse files Browse the repository at this point in the history
  • Loading branch information
wagerfield committed Jun 24, 2019
1 parent 94fce56 commit bcbd61c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 19 deletions.
25 changes: 12 additions & 13 deletions docs/features.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Preface<!-- omit in toc -->

Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. [Facepaint][emotion-facepaint] also deserves credit for the original idea behind responsive style values.
Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library.

Onno started life as a rewrite of Styled System in TypeScript following a [discussion on GitHub][styled-system-comment]. However, during the course of this rewrite, a number of new ideas, features and refinements to Styled System's API were introduced that eventually warranted another library.

The additional features introduced by onno are presented in detail below.

## Features<!-- omit in toc -->

- [Framework agnostic](#framework-agnostic)
- [TypeScript](#typescript)
- [Prop keys as an array](#prop-keys-as-an-array)
- [Style keys as an array](#style-keys-as-an-array)
- [Theme keys as an array](#theme-keys-as-an-array)
- [Serializable themes](#serializable-themes)
- [Recursive render functions](#recursive-render-functions)
- [Dot syntax and value inversion](#dot-syntax-and-value-inversion)
- [Simple transform functions](#simple-transform-functions)
- [More render functions and aliases](#more-render-functions-and-aliases)
- [Strict naming conventions](#strict-naming-conventions)
- [Framework agnostic](#Framework-agnostic)
- [TypeScript](#TypeScript)
- [Prop keys as an array](#Prop-keys-as-an-array)
- [Style keys as an array](#Style-keys-as-an-array)
- [Theme keys as an array](#Theme-keys-as-an-array)
- [Serializable themes](#Serializable-themes)
- [Recursive render functions](#Recursive-render-functions)
- [Dot syntax and value inversion](#Dot-syntax-and-value-inversion)
- [Simple transform functions](#Simple-transform-functions)
- [More render functions and aliases](#More-render-functions-and-aliases)
- [Strict naming conventions](#Strict-naming-conventions)

### Framework agnostic

Expand Down Expand Up @@ -492,7 +492,6 @@ A number of naming conventions have been introduced by onno to help enforce cons
[styled-components]: https://www.styled-components.com
[emotion-styled-components]: https://emotion.sh/docs/styled
[emotion-framework-agnostic]: https://emotion.sh/docs/introduction#framework-agnostic
[emotion-facepaint]: https://github.com/emotion-js/facepaint
[github-primer-primitives]: https://github.com/primer/primitives
[salesforce-theo]: https://github.com/salesforce-ux/theo
[prop-types]: https://www.npmjs.com/package/prop-types
Expand Down
3 changes: 1 addition & 2 deletions packages/onno-app/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Box = styled.div(colorSet, spaceSet)

## Credits

Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. [Facepaint][emotion-facepaint] also deserves credit for the original idea behind responsive style values.
Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library.

Onno started life as a rewrite of Styled System in TypeScript following a [discussion on GitHub][styled-system-comment]. However, during the course of this rewrite, a number of new ideas, features and refinements to Styled System's API were introduced that eventually warranted another library.

Expand All @@ -72,7 +72,6 @@ The additional features introduced by onno are [presented in detail here](https:
[circleci]: https://circleci.com/gh/wagerfield/onno
[codecov]: https://codecov.io/gh/wagerfield/onno
[emotion]: https://emotion.sh
[emotion-facepaint]: https://github.com/emotion-js/facepaint
[styled-components]: https://styled-components.com
[styled-system]: https://styled-system.com
[styled-system-contributors]: https://github.com/styled-system/styled-system/graphs/contributors
Expand Down
3 changes: 1 addition & 2 deletions packages/onno/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Box = styled.div(colorSet, spaceSet)

## Credits

Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. [Facepaint][emotion-facepaint] also deserves credit for the original idea behind responsive style values.
Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library.

Onno started life as a rewrite of Styled System in TypeScript following a [discussion on GitHub][styled-system-comment]. However, during the course of this rewrite, a number of new ideas, features and refinements to Styled System's API were introduced that eventually warranted another library.

Expand All @@ -72,7 +72,6 @@ The additional features introduced by onno are [presented in detail here](https:
[circleci]: https://circleci.com/gh/wagerfield/onno
[codecov]: https://codecov.io/gh/wagerfield/onno
[emotion]: https://emotion.sh
[emotion-facepaint]: https://github.com/emotion-js/facepaint
[styled-components]: https://styled-components.com
[styled-system]: https://styled-system.com
[styled-system-contributors]: https://github.com/styled-system/styled-system/graphs/contributors
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Box = styled.div(colorSet, spaceSet)

## Credits

Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. [Facepaint][emotion-facepaint] also deserves credit for the original idea behind responsive style values.
Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library.

Onno started life as a rewrite of Styled System in TypeScript following a [discussion on GitHub][styled-system-comment]. However, during the course of this rewrite, a number of new ideas, features and refinements to Styled System's API were introduced that eventually warranted another library.

Expand All @@ -72,7 +72,6 @@ The additional features introduced by onno are [presented in detail here](https:
[circleci]: https://circleci.com/gh/wagerfield/onno
[codecov]: https://codecov.io/gh/wagerfield/onno
[emotion]: https://emotion.sh
[emotion-facepaint]: https://github.com/emotion-js/facepaint
[styled-components]: https://styled-components.com
[styled-system]: https://styled-system.com
[styled-system-contributors]: https://github.com/styled-system/styled-system/graphs/contributors
Expand Down

0 comments on commit bcbd61c

Please sign in to comment.