Skip to content

Commit

Permalink
add tcss
Browse files Browse the repository at this point in the history
  • Loading branch information
ReactMVC authored Jan 10, 2024
1 parent a46ee78 commit e2756de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/assets/core.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
10 changes: 10 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.{html,js,php}"],
theme: {
extend: {},
},
plugins: [],
}

// npx tailwindcss -i ./public/assets/core.css -o ./public/assets/tailwind.min.css --minify

0 comments on commit e2756de

Please sign in to comment.