feat: add tailwindcss
Showing
- package-lock.json 1158 additions, 45 deletionspackage-lock.json
- package.json 6 additions, 1 deletionpackage.json
- postcss.config.js 8 additions, 0 deletionspostcss.config.js
- snowpack.config.js 1 addition, 0 deletionssnowpack.config.js
- src/index.css 4 additions, 0 deletionssrc/index.css
- tailwind.config.js 11 additions, 0 deletionstailwind.config.js
This diff is collapsed.
... | @@ -10,15 +10,20 @@ | ... | @@ -10,15 +10,20 @@ |
"leaflet": "^1.7.1", | "leaflet": "^1.7.1", | ||
"react": "^17.0.0", | "react": "^17.0.0", | ||
"react-dom": "^17.0.0", | "react-dom": "^17.0.0", | ||
"react-leaflet": "^3.1.0" | "react-leaflet": "^3.1.0", | ||
"tailwindcss": "^2.0.3" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@snowpack/plugin-dotenv": "^2.0.5", | "@snowpack/plugin-dotenv": "^2.0.5", | ||
"@snowpack/plugin-postcss": "^1.1.0", | |||
"@snowpack/plugin-react-refresh": "^2.4.0", | "@snowpack/plugin-react-refresh": "^2.4.0", | ||
"@snowpack/plugin-typescript": "^1.2.0", | "@snowpack/plugin-typescript": "^1.2.0", | ||
"@types/react": "^17.0.0", | "@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | "@types/react-dom": "^17.0.0", | ||
"@types/snowpack-env": "^2.3.2", | "@types/snowpack-env": "^2.3.2", | ||
"autoprefixer": "^10.2.4", | |||
"postcss": "^8.2.6", | |||
"postcss-cli": "^8.3.1", | |||
"prettier": "^2.0.5", | "prettier": "^2.0.5", | ||
"snowpack": "^3.0.1", | "snowpack": "^3.0.1", | ||
"typescript": "^4.0.0" | "typescript": "^4.0.0" | ||
... | ... |
postcss.config.js
0 → 100644
tailwind.config.js
0 → 100644
Please register or sign in to comment