Skip to content
This repository was archived by the owner on Sep 18, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/stubs/resources/css/app.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@import "tailwindcss/preflight";
@tailwind base;

/* Add custom base styles here... */

@import "tailwindcss/components";
@tailwind components;

/* Add custom components here... */

@import "tailwindcss/utilities";
@tailwind utilities;

/* Add custom utilities here... */