Add demo
This commit is contained in:
parent
0ad2dafa89
commit
3da19375f6
5 changed files with 458 additions and 0 deletions
8
taking-flight-with-tailwind-css/demo/tailwind.config.js
Normal file
8
taking-flight-with-tailwind-css/demo/tailwind.config.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue