You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://travis-ci.org/styled-components/styled-components)[](https://ci.appveyor.com/project/mxstbr/styled-components)[](http://thinkmill.com.au/?utm_source=github&utm_medium=badge&utm_campaign=styled-components)
13
13
14
-
Utilising [tagged template literals](./docs/tagged-template-literals.md) (a recent addition to Javascript) and the [power of CSS](./docs/css-we-support.md), `styled-components` allows you to write actual CSS code to style your components. It also removes the mapping between components and styles – using components as a low-level styling construct could not be easier!
14
+
Utilising [tagged template literals](./docs/tagged-template-literals.md) (a recent addition to JavaScript) and the [power of CSS](./docs/css-we-support.md), `styled-components` allows you to write actual CSS code to style your components. It also removes the mapping between components and styles – using components as a low-level styling construct could not be easier!
15
15
16
16
`styled-components` is compatible with both React (for web) and ReactNative – meaning it's the perfect choice even for truly universal apps! See the [ReactNative section](#react-native) for more information
17
17
@@ -383,7 +383,7 @@ This is what it looks like when properly highlighted:
383
383
384
384
[**@gandm**](https://github.com/gandm), the creator of `language-babel`, has added support for `styled-components` in Atom!
385
385
386
-
To get proper syntax highlighting, all you have to do is install and use the `language-babel` package for your Javascript files!
386
+
To get proper syntax highlighting, all you have to do is install and use the `language-babel` package for your JavaScript files!
0 commit comments