From 54330f24685efffaecbb6916d077ad210836c5e4 Mon Sep 17 00:00:00 2001 From: Arturo Corro Date: Tue, 3 Jun 2025 21:45:21 -0600 Subject: [PATCH] JS clear --- .../assets/templates/anonymous/js/app.js | 20 ------------------- resources/assets/templates/landwind/js/app.js | 20 ------------------- resources/assets/templates/limaa-m/js/app.js | 20 ------------------- resources/assets/templates/maximus/js/app.js | 20 ------------------- resources/assets/templates/notus/css/app.css | 8 ++++---- .../templates/samuel-coming-soon/js/app.js | 20 ------------------- 6 files changed, 4 insertions(+), 104 deletions(-) diff --git a/resources/assets/templates/anonymous/js/app.js b/resources/assets/templates/anonymous/js/app.js index 9eaeda7..e69de29 100644 --- a/resources/assets/templates/anonymous/js/app.js +++ b/resources/assets/templates/anonymous/js/app.js @@ -1,20 +0,0 @@ -var code = `tailwind.config = { - darkMode: 'class', - theme: { - extend: {} - } - }` - -try { - eval(code) - -} catch (e) { - console.log('Error in tailwind css config') - - eval(`tailwind.config = { - darkMode: 'class', - theme: { - extend: {} - } - }`) -} diff --git a/resources/assets/templates/landwind/js/app.js b/resources/assets/templates/landwind/js/app.js index 9eaeda7..e69de29 100644 --- a/resources/assets/templates/landwind/js/app.js +++ b/resources/assets/templates/landwind/js/app.js @@ -1,20 +0,0 @@ -var code = `tailwind.config = { - darkMode: 'class', - theme: { - extend: {} - } - }` - -try { - eval(code) - -} catch (e) { - console.log('Error in tailwind css config') - - eval(`tailwind.config = { - darkMode: 'class', - theme: { - extend: {} - } - }`) -} diff --git a/resources/assets/templates/limaa-m/js/app.js b/resources/assets/templates/limaa-m/js/app.js index 9eaeda7..e69de29 100644 --- a/resources/assets/templates/limaa-m/js/app.js +++ b/resources/assets/templates/limaa-m/js/app.js @@ -1,20 +0,0 @@ -var code = `tailwind.config = { - darkMode: 'class', - theme: { - extend: {} - } - }` - -try { - eval(code) - -} catch (e) { - console.log('Error in tailwind css config') - - eval(`tailwind.config = { - darkMode: 'class', - theme: { - extend: {} - } - }`) -} diff --git a/resources/assets/templates/maximus/js/app.js b/resources/assets/templates/maximus/js/app.js index 9eaeda7..e69de29 100644 --- a/resources/assets/templates/maximus/js/app.js +++ b/resources/assets/templates/maximus/js/app.js @@ -1,20 +0,0 @@ -var code = `tailwind.config = { - darkMode: 'class', - theme: { - extend: {} - } - }` - -try { - eval(code) - -} catch (e) { - console.log('Error in tailwind css config') - - eval(`tailwind.config = { - darkMode: 'class', - theme: { - extend: {} - } - }`) -} diff --git a/resources/assets/templates/notus/css/app.css b/resources/assets/templates/notus/css/app.css index cae9f15..3f67d5e 100644 --- a/resources/assets/templates/notus/css/app.css +++ b/resources/assets/templates/notus/css/app.css @@ -591,7 +591,7 @@ select { background-size: 1.5em 1.5em; padding-right: 2.5rem; -webkit-print-color-adjust: exact; - color-adjust: exact; + print-color-adjust: exact; } [multiple] { @@ -600,8 +600,8 @@ select { background-repeat: unset; background-size: initial; padding-right: 0.75rem; - -webkit-print-color-adjust: unset; - color-adjust: unset; + -webkit-print-color-adjust: exact; + print-color-adjust: exact; } @@ -613,7 +613,7 @@ select { appearance: none; padding: 0; -webkit-print-color-adjust: exact; - color-adjust: exact; + print-color-adjust: exact; display: inline-block; vertical-align: middle; background-origin: border-box; diff --git a/resources/assets/templates/samuel-coming-soon/js/app.js b/resources/assets/templates/samuel-coming-soon/js/app.js index 9eaeda7..e69de29 100644 --- a/resources/assets/templates/samuel-coming-soon/js/app.js +++ b/resources/assets/templates/samuel-coming-soon/js/app.js @@ -1,20 +0,0 @@ -var code = `tailwind.config = { - darkMode: 'class', - theme: { - extend: {} - } - }` - -try { - eval(code) - -} catch (e) { - console.log('Error in tailwind css config') - - eval(`tailwind.config = { - darkMode: 'class', - theme: { - extend: {} - } - }`) -}