feat: added tailwindcss
This commit is contained in:
parent
e106ee4c4c
commit
315f7e9896
5 changed files with 94 additions and 0 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -14,6 +14,9 @@ Icon
|
|||
# ---------------
|
||||
|
||||
.lock
|
||||
#Remove the next two line for real project repositories
|
||||
composer.lock
|
||||
package-lock.json
|
||||
|
||||
# Editors
|
||||
# (sensitive workspace files)
|
||||
|
@ -49,3 +52,18 @@ Icon
|
|||
|
||||
/site/config/.license
|
||||
|
||||
# Vendor
|
||||
# ---------------
|
||||
|
||||
/vendor
|
||||
/node_modules
|
||||
|
||||
# Content
|
||||
# ---------------
|
||||
|
||||
/content
|
||||
|
||||
# Compiled files
|
||||
# ---------------
|
||||
|
||||
/public/css
|
Loading…
Add table
Add a link
Reference in a new issue