Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillmer committed Jul 2, 2020
1 parent d3b257e commit a800bfe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This web component creates a background pattern only by using CSS. It is very us

## Demo

The docs folder contains the compiled source code of this component. You can visit the [demo page at jwillmer.github.io/pattern-web-component/](https://jwillmer.github.io/pattern-web-component/).
[![Demo](./title.png)](https://jwillmer.github.io/pattern-web-component/)

The docs folder contains the compiled source code of this component. You can visit the [demo page](https://jwillmer.github.io/pattern-web-component/) for more examples.

## Development

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"generate": "stencil generate"
},
"devDependencies": {
"@stencil/core": "^1.12.2",
"@stencil/sass": "1.3.1"
"@stencil/core": "^1.12.2"
},
"license": "MIT"
}
3 changes: 1 addition & 2 deletions stencil.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Config } from '@stencil/core';
import { sass } from '@stencil/sass';

export const config: Config = {
namespace: 'css3pattern',
Expand All @@ -14,7 +13,7 @@ export const config: Config = {
},
{
type: 'www',
serviceWorker: null // disable service workers
serviceWorker: null, // disable service workers
dir: "./docs"
}
]
Expand Down
Binary file added title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a800bfe

Please sign in to comment.