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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(SCSS): docs links to SCSS helpers are working properly #1560

Merged
merged 1 commit into from
Jun 18, 2019
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 9 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,8 @@ for each feature.
### Versioned Documentation and Demos

- `latest`
- [Latest Documentation][docs-latest]
- [Latest TypeScript Documentation][docs-latest]
- [Latest Demos][demo-latest]
- `10.x.x`
- [10.x.x Documentation][docs-v10]
- [10.x.x Demos][demo-v10]
- `9.x.x`
- [9.x.x Documentation][docs-v9]
- [9.x.x Demos][demo-v9]
- `8.x.x`
- [8.x.x Documentation][docs-v8]
- [8.x.x Demos][demo-v8]


## Available Features
Expand Down Expand Up @@ -371,14 +362,14 @@ This project follows the [all-contributors](https://github.com/kentcdodds/all-co
[demo-validators]: https://getterminus.github.io/ui-demos-release/components/validation

<!-- SCSS Docs -->
[breakpoints-docs]: ./terminus-ui/scss/docs/breakpoints.md
[color-docs]: ./terminus-ui/scss/docs/color.md
[cursors-docs]: ./terminus-ui/scss/docs/cursors.md
[layout-docs]: ./terminus-ui/scss/docs/layout.md
[shadows-docs]: ./terminus-ui/scss/docs/shadows.md
[spacing-docs]: ./terminus-ui/scss/docs/spacing.md
[typography-docs]: ./terminus-ui/scss/docs/typography.md
[z-index-docs]: ./terminus-ui/scss/docs/z-index.md
[breakpoints-docs]: https://github.com/GetTerminus/terminus-ui/blob/release/terminus-ui/scss/docs/breakpoints.md
[color-docs]: https://github.com/GetTerminus/terminus-ui/blob/release/terminus-ui/scss/docs/color.md
[cursors-docs]: https://github.com/GetTerminus/terminus-ui/blob/release/terminus-ui/scss/docs/cursors.md
[layout-docs]: https://github.com/GetTerminus/terminus-ui/blob/release/terminus-ui/scss/docs/layout.md
[shadows-docs]: https://github.com/GetTerminus/terminus-ui/blob/release/terminus-ui/scss/docs/shadows.md
[spacing-docs]: https://github.com/GetTerminus/terminus-ui/blob/release/terminus-ui/scss/docs/spacing.md
[typography-docs]: https://github.com/GetTerminus/terminus-ui/blob/release/terminus-ui/scss/docs/typography.md
[z-index-docs]: https://github.com/GetTerminus/terminus-ui/blob/release/terminus-ui/scss/docs/z-index.md

<!-- Source Directories -->
[src-autocomplete]: ./terminus-ui/autocomplete/src/
Expand Down
2 changes: 1 addition & 1 deletion terminus-ui/scss/docs/breakpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Passing an invalid `$breakpoint` will throw a Sass compilation error.


<!-- Links -->
[demo]: http://uilibrary-demo.terminus.ninja/release/components/breakpoints
[demo]: https://getterminus.github.io/ui-demos-release/components/breakpoints
2 changes: 1 addition & 1 deletion terminus-ui/scss/docs/spacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Passing an invalid spacing will throw a Sass compilation error.


<!-- Links -->
[demo]: http://uilibrary-demo.terminus.ninja/release/components/spacing-styles
[demo]: https://getterminus.github.io/ui-demos-release/components/spacing-styles
2 changes: 1 addition & 1 deletion terminus-ui/scss/docs/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ sizes/weights/line-heights/etc are using styles explicitly defined in our design
Passing an invalid typography `$format`, `$level` or `$typeface` will throw a Sass compilation error.

<!-- Links -->
[demo]: http://uilibrary-demo.terminus.ninja/release/components/typography
[demo]: https://getterminus.github.io/ui-demos-release/components/typography