Initial spawn
Template: https://github.com/simonswiss/tailwind-starter
parents
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "parcel src/index.html", | ||
"build": "parcel build src/index.html" | ||
}, | ||
"devDependencies": { | ||
"@fullhuman/postcss-purgecss": "^4.0.3", | ||
"autoprefixer": "^9.8.6", | ||
"parcel-bundler": "^1.12.5", | ||
"postcss": "^7.0.36", | ||
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4" | ||
} | ||
} |
postcss.config.js
0 → 100644
src/css/main.css
0 → 100644
src/index.html
0 → 100644
tailwind.config.js
0 → 100644
Please register or sign in to comment