diff --git a/src/stubs/less/app.stub.less b/src/stubs/less/app.stub.less
index d5e29b2..405b944 100644
--- a/src/stubs/less/app.stub.less
+++ b/src/stubs/less/app.stub.less
@@ -72,3 +72,7 @@ body {
[v-cloak] {
@apply .hidden;
}
+
+.outline-none {
+ outline: 0;
+}
diff --git a/src/stubs/tailwind.stub.js b/src/stubs/tailwind.stub.js
index 023bc7f..5747d42 100644
--- a/src/stubs/tailwind.stub.js
+++ b/src/stubs/tailwind.stub.js
@@ -843,7 +843,7 @@ module.exports = {
backgroundPosition: ['responsive'],
backgroundRepeat: ['responsive'],
backgroundSize: ['responsive'],
- borderColors: ['responsive', 'hover'],
+ borderColors: ['responsive', 'hover', 'focus'],
borderRadius: ['responsive'],
borderStyle: ['responsive'],
borderWidths: ['responsive'],
diff --git a/src/stubs/views/auth/auth/login.blade.php b/src/stubs/views/auth/auth/login.blade.php
index 3d3595a..3b096fd 100644
--- a/src/stubs/views/auth/auth/login.blade.php
+++ b/src/stubs/views/auth/auth/login.blade.php
@@ -29,7 +29,7 @@
-
+
@if ($errors->has('email'))
@@ -43,7 +43,7 @@
-
+
@if ($errors->has('password'))
@@ -55,7 +55,7 @@
diff --git a/src/stubs/views/auth/auth/passwords/email.blade.php b/src/stubs/views/auth/auth/passwords/email.blade.php
index 24d1e67..cc126c5 100644
--- a/src/stubs/views/auth/auth/passwords/email.blade.php
+++ b/src/stubs/views/auth/auth/passwords/email.blade.php
@@ -35,7 +35,7 @@
-
+
@if ($errors->has('email'))
diff --git a/src/stubs/views/auth/auth/passwords/reset.blade.php b/src/stubs/views/auth/auth/passwords/reset.blade.php
index 939847c..7f09dab 100644
--- a/src/stubs/views/auth/auth/passwords/reset.blade.php
+++ b/src/stubs/views/auth/auth/passwords/reset.blade.php
@@ -37,7 +37,7 @@
-
+
@if ($errors->has('email'))
@@ -51,7 +51,7 @@
-
+
@if ($errors->has('password'))
@@ -65,7 +65,7 @@
-
+
@if ($errors->has('password_confirmation'))
diff --git a/src/stubs/views/auth/auth/register.blade.php b/src/stubs/views/auth/auth/register.blade.php
index bc058b3..e13b97a 100644
--- a/src/stubs/views/auth/auth/register.blade.php
+++ b/src/stubs/views/auth/auth/register.blade.php
@@ -29,7 +29,7 @@
-
+
@if ($errors->has('name'))
@@ -43,7 +43,7 @@
-
+
@if ($errors->has('email'))
@@ -57,7 +57,7 @@
-
+
@if ($errors->has('password'))
@@ -71,7 +71,7 @@
-
+
@if ($errors->has('password_confirmation'))