add basic desc

This commit is contained in:
yuanchuan 2017-02-24 19:05:37 +08:00
parent 343089c681
commit e9722da98d
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,11 @@
# css-doodle
# css-doodle (wip)
work in progress
A web component for drawing patterns with css.
## Usage
include css-doodle.js in your html:
```
<script src="./css-doodle.js"></script>
```

View File

@ -527,7 +527,6 @@ class Doodle extends HTMLElement {
const basic_styles = `
*, *:after, *:before {
box-sizing: border-box;
background: blue;
}
:host {
display: inline-block;

View File

@ -32,7 +32,6 @@ class Doodle extends HTMLElement {
const basic_styles = `
*, *:after, *:before {
box-sizing: border-box;
background: blue;
}
:host {
display: inline-block;