Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Add input without type to text input list
Browse files Browse the repository at this point in the history
  • Loading branch information
clemenshelm authored and Tyson Gach committed May 22, 2015
1 parent 7660a05 commit 8e7e36e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/addons/_text-inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ $text-inputs-list: 'input[type="color"]',
'input[type="time"]',
'input[type="url"]',
'input[type="week"]',
'input:not([type])',
'textarea';

$all-text-inputs: assign-inputs($text-inputs-list);
Expand Down
1 change: 1 addition & 0 deletions spec/bourbon/addons/text_inputs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
input[type="time"]
input[type="url"]
input[type="week"]
input:not([type])
textarea
)
end
Expand Down

0 comments on commit 8e7e36e

Please sign in to comment.