Skip to content

Commit

Permalink
Sassplate: remove test styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-cheney committed Jul 27, 2017
1 parent f424ef3 commit aecf604
Showing 1 changed file with 2 additions and 29 deletions.
31 changes: 2 additions & 29 deletions packages/odo-sassplate/extensions/component-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,35 +144,8 @@
"docs-demo": {
"demo-markup": "'<input class=\"input\" type=\"text\" placeholder=\"Username\" required />'"
},
"-webkit-appearance": "none",
"padding": 8,

"valid": {
"border": "1px solid green"
},

"':invalid'": {
"border": "1px solid #e21"
},

"hover": {
"color": "blue"
},

"color": "gray20",

"'::after'": {
"position": "absolute"
},

"breakpoints": {
"sm": {
"padding": 12
},
"md": {
"padding": 14
}
}
"__comment__": "'Remove rounded corners for iOS'",
"-webkit-appearance": "none"
},
"checkbox": {
"docs-demo": {
Expand Down

0 comments on commit aecf604

Please sign in to comment.