@nuvoui/core 1.4.1 → 1.4.2

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": "@nuvoui/core",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "NuvoUI is a human-friendly SCSS framework designed for simplicity, and modern responsive designs.",
5
5
  "author": {
6
6
  "name": "AALA IT Solutions",
@@ -102,6 +102,7 @@ body#{config-flags.$parent-selector} {
102
102
 
103
103
  // Inputs
104
104
  #{config-flags.$parent-selector} input[type="text"],
105
+ #{config-flags.$parent-selector} input[type="tel"],
105
106
  #{config-flags.$parent-selector} input[type="email"],
106
107
  #{config-flags.$parent-selector} input[type="password"],
107
108
  #{config-flags.$parent-selector} input[type="number"],