stop14-themesystem-legacy 2.0.6 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stop14-themesystem-legacy",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "A scaffolding and build system for theme development across platforms. Legacy version",
5
5
  "author": {
6
6
  "name": "Bill Kennedy",
@@ -38,7 +38,7 @@ input:focus
38
38
 
39
39
  input[type='text'],
40
40
  input[type='email'],
41
- input[type='password']
41
+ input[type='password'],
42
42
  textarea#edit-message
43
43
  @extend %input-text
44
44
 
@@ -48,7 +48,7 @@ textarea#edit-message
48
48
  // Alternatively you can use the work-in-progress +input-button-icon() mixins
49
49
  // to see if you can achieve the desired results.
50
50
 
51
- input[type="search"]
51
+ input[type="search"],
52
52
  button[type="search"]
53
53
  @extend %button-search
54
54