Skip to content

Commit

Permalink
fix: documentation and readme urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Zivsteve committed Apr 20, 2021
1 parent 0fa5239 commit 8350cbc
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions docs/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@ slug: /
<strong>Get Started</strong>
</a>⎯<a href='https://skyle.js.org' style={{ margin: 5 }}>
<strong>Examples/Demos</strong>
</a>⎯<a href='/docs/changelog' style={{ margin: 5 }}>
<strong>Changelog</strong>
</a>⎯<a href='https://github.com/skylejs/skyle#contributing' style={{ margin: 5 }}>
<strong>Contributing!</strong>
</a>
</p>
<br />

<p align='center'>
<a href='./packages/skyle/package.json'>
<a href='https://www.npmjs.com/package/skyle'>
<img src='https://img.shields.io/npm/v/skyle.svg?maxAge=3600&label=version&colorB=007ec6' />
</a>
</p>
Expand All @@ -47,16 +45,16 @@ slug: /

## Features

- ✔️ [Shorthands](/docs/features/shorthands)
- ✔️ [Length Units](/docs/features/units)
- ✔️ [Theming](/docs/features/theming)
- ✔️ [Variables, State & Props](/docs/features/variables-state--props)
- ✔️ [Spread Props](/docs/features/spread-props)
- ✔️ [Media Queries](/docs/features/media-queries)
- ✔️ [Breakpoints](/docs/features/breakpoints)
- ✔️ [Transitions](/docs/features/transitions)
- ✔️ [Pseudo Classes & Elements](/docs/features/pseudo-classes--elements)
- ✔️ [Aliases](#documentation)
- ✔️ [Custom Preprocessors](/docs/features/custom-preprocessors)
- ✔️ [Shorthands](features/shorthands.mdx)
- ✔️ [Length Units](features/units.mdx)
- ✔️ [Theming](features/theming.mdx)
- ✔️ [Variables, State & Props](features/variables.mdx)
- ✔️ [Spread Props](features/spread-props.mdx)
- ✔️ [Media Queries](features/media-queries.mdx)
- ✔️ [Breakpoints](features/breakpoints.mdx)
- ✔️ [Transitions](features/transitions.mdx)
- ✔️ [Pseudo Classes & Elements](features/pseudos.mdx)
- ✔️ [Aliases](features/aliases.mdx)
- ✔️ [Custom Preprocessors](features/preprocessors.mdx)

and more!

0 comments on commit 8350cbc

Please sign in to comment.