Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danrosenthal committed Nov 9, 2018
1 parent a2974b8 commit 634397c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -31,7 +31,7 @@ yarn add @shopify/polaris
1. Include the CSS in your HTML:

```html
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.0.0-rc.7/polaris.min.css" />
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.0.0/polaris.min.css" />
```

> Note: you can import the CSS directly into your project if your asset packager supports it:
Expand Down Expand Up @@ -74,7 +74,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
1. Include the CSS in your HTML:

```html
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.0.0-rc.7/polaris.min.css" />
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.0.0/polaris.min.css" />
```

2. Include the markup and associated classes in your HTML document:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@shopify/polaris",
"description": "Shopify’s product component library",
"version": "3.0.0-rc.7",
"version": "3.0.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down
6 changes: 3 additions & 3 deletions src/components/README.md
Expand Up @@ -50,7 +50,7 @@ Use React components in most cases, especially if you’re building a highly int
- Include the CSS in your HTML to implement:

```html
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.0.0-rc.7/polaris.min.css" />
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.0.0/polaris.min.css" />
```

- Have a look at the [CSS examples](https://github.com/Shopify/polaris-react/tree/master/examples/cdn-styles) to see how it’s done
Expand All @@ -68,7 +68,7 @@ Here are some basic instructions to help you get started for both React and CSS-
Include the CSS in your HTML:

```html
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.0.0-rc.7/polaris.min.css" />
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.0.0/polaris.min.css" />
```

First, import the component into your project:
Expand Down Expand Up @@ -98,7 +98,7 @@ ReactDOM.render(app, domContainerNode);
Include the CSS stylesheet in your HTML:

```html
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.0.0-rc.7/polaris.min.css" />
<link rel="stylesheet" href="https://sdks.shopifycdn.com/polaris/3.0.0/polaris.min.css" />
```

Add the appropriate classes to your HTML elements:
Expand Down

0 comments on commit 634397c

Please sign in to comment.