aboutsummaryrefslogtreecommitdiff
path: root/resources/css/app.css
diff options
context:
space:
mode:
authorryo <ryo@nopwd.lol>2025-03-06 13:06:42 +0000
committerryo <ryo@nopwd.lol>2025-03-06 13:06:42 +0000
commite1a48c8208c181fd40ecb065878ba9ea49b1f48f (patch)
treed7a0cafef9d406dd21a694ed60ab6f1ea034335f /resources/css/app.css
Initial Commit
Diffstat (limited to 'resources/css/app.css')
-rw-r--r--resources/css/app.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/css/app.css b/resources/css/app.css
new file mode 100644
index 0000000..2243c60
--- /dev/null
+++ b/resources/css/app.css
@@ -0,0 +1,12 @@
+@import 'tailwindcss';
+
+@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
+@source '../../storage/framework/views/*.php';
+@source "../**/*.blade.php";
+@source "../**/*.js";
+@source "../**/*.vue";
+
+@theme {
+ --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
+ 'Segoe UI Symbol', 'Noto Color Emoji';
+}