From 2297d78c371be47386b3b875f836ecc8606c81ae Mon Sep 17 00:00:00 2001 From: Igor Guastalla de Lima Date: Sun, 9 Dec 2018 13:03:55 -0200 Subject: [PATCH 1/4] feat(textarea): add textarea class to inputs --- index.html | 4 ++++ scss/form/inputs.scss | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 23a0d39..5c41732 100644 --- a/index.html +++ b/index.html @@ -112,6 +112,10 @@ +
+ +
From 47faed37af9e4499b76ba9b606d7491481e92e93 Mon Sep 17 00:00:00 2001 From: Igor Guastalla de Lima Date: Sun, 9 Dec 2018 14:00:58 -0200 Subject: [PATCH 4/4] fix(textarea): added closing tag to storybook --- docs/textarea.stories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/textarea.stories.js b/docs/textarea.stories.js index c5d16ea..30fe60d 100644 --- a/docs/textarea.stories.js +++ b/docs/textarea.stories.js @@ -14,5 +14,5 @@ stories.add('textarea', () => { 'is-error': 'is-error', }, ''); - return ``; });