From e9722da98d63bb87ef44eb06e163948a24c3b7fd Mon Sep 17 00:00:00 2001 From: yuanchuan Date: Fri, 24 Feb 2017 19:05:37 +0800 Subject: [PATCH] add basic desc --- README.md | 12 ++++++++++-- css-doodle.js | 1 - src/index.js | 1 - 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d83359f..9250168 100644 --- a/README.md +++ b/README.md @@ -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: + +``` + +``` diff --git a/css-doodle.js b/css-doodle.js index 45a4154..ce63aa0 100644 --- a/css-doodle.js +++ b/css-doodle.js @@ -527,7 +527,6 @@ class Doodle extends HTMLElement { const basic_styles = ` *, *:after, *:before { box-sizing: border-box; - background: blue; } :host { display: inline-block; diff --git a/src/index.js b/src/index.js index f78a45d..fe8e35d 100644 --- a/src/index.js +++ b/src/index.js @@ -32,7 +32,6 @@ class Doodle extends HTMLElement { const basic_styles = ` *, *:after, *:before { box-sizing: border-box; - background: blue; } :host { display: inline-block;