Skip to content

Commit

Permalink
Add note about interpolation requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Sep 23, 2011
1 parent f3046bd commit d1def76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Expand Up @@ -315,7 +315,8 @@ In other words, it allows for easy targeting of all inputs that mimick input[typ
input[type="*"]
* = [color, date, datetime, datetime-local, email, month, number, password, search, tel, text, time, url, week]

Usage:

Usage Note: You must use interpolation with the variable.

#{$all-text-inputs}, textarea {
border: 1px solid green;
Expand Down

0 comments on commit d1def76

Please sign in to comment.