Skip to content

Commit

Permalink
fix(blog): 307 redirect from https://www.styled-components.com (#20719)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha authored and wardpeet committed Jan 20, 2020
1 parent 1435671 commit 175a731
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ project I didn't know a lot about:
- WordPress REST API

Moving forward with Gatsby, I'd like to extend my site to include pagination
within the blog, use [Styled Components](https://www.styled-components.com/) and
within the blog, use [Styled Components](https://styled-components.com/) and
ensure the site scores a 90+ overall on
[Lighthouse](https://developers.google.com/web/tools/lighthouse/), Google’s
performance auditing tool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ By now, you should have all the images displaying on the home page and doing a f

### Styled Components

For styling, you're going to be using [styled-components](https://www.styled-components.com/). To get it configured with Gatsby, run the following inside your terminal in your application:
For styling, you're going to be using [styled-components](https://styled-components.com/). To get it configured with Gatsby, run the following inside your terminal in your application:

```shell
yarn add gatsby-plugin-styled-components styled-components babel-plugin-styled-components
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/styled-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Styled Components
---

In this guide, you will learn how to set up a site with the CSS-in-JS library [Styled Components](https://www.styled-components.com/).
In this guide, you will learn how to set up a site with the CSS-in-JS library [Styled Components](https://styled-components.com/).

Styled Components lets you use actual CSS syntax inside your components. Styled Components is a variant on "CSS-in-JS"—which solves many of the problems with traditional CSS.

Expand Down
4 changes: 2 additions & 2 deletions examples/using-styled-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
https://using-styled-components.gatsbyjs.org

Example site that demonstrates how to build Gatsby sites with
[Styled Components](https://www.styled-components.com/).
[Styled Components](https://styled-components.com/).

## References

- [Official styled-components site](https://www.styled-components.com/)
- [Official styled-components site](https://styled-components.com/)
- [gatsby-plugin-styled-components](https://www.gatsbyjs.org/packages/gatsby-plugin-styled-components/)
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styled-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {

# Options

You can pass options to the plugin, see the [Styled Components docs](https://www.styled-components.com/docs/tooling#babel-plugin) for a full list of options.
You can pass options to the plugin, see the [Styled Components docs](https://styled-components.com/docs/tooling#babel-plugin) for a full list of options.

For example, to disable the `displayName` option:

Expand Down

0 comments on commit 175a731

Please sign in to comment.