Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/basscss/basscss
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Sep 21, 2016
2 parents 2ab67a7 + 0f8fa99 commit d7ae082
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ npm install basscss

### CDN

For a simple, zero-configuration option, use a link from [npmcdn.com](https://npmcdn.com/basscss/css/basscss.min.css).
For a simple, zero-configuration option, use a link from [unpkg.com](https://unpkg.com/basscss/css/basscss.min.css).

```html
<link href="https://npmcdn.com/basscss@8.0.0/css/basscss.min.css" rel="stylesheet">
<link href="https://unpkg.com/basscss@8.0.0/css/basscss.min.css" rel="stylesheet">
```

## Usage with PostCSS
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/DealingWithSpecificity.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ import basscssImportant from 'basscss/css/basscss-important.css'
## CDN

```html
<link href="https://npmcdn.com/basscss@8.0.0/css/basscss-important.css" rel="stylesheet">
<link href="https://unpkg.com/basscss@8.0.0/css/basscss-important.css" rel="stylesheet">
```

4 changes: 2 additions & 2 deletions modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ npm i -D basscss-type-scale

## CDN Links

Using https://npmcdn.com, each module is available in compiled format.
Using https://unpkg.com, each module is available in compiled format.

```
<link href="https://npmcdn.com/basscss-type-scale@1.0.5/css/type-scale.css" rel="stylesheet">
<link href="https://unpkg.com/basscss-type-scale@1.0.5/css/type-scale.css" rel="stylesheet">
```

0 comments on commit d7ae082

Please sign in to comment.