Add support for tailwind (#115)
... | ... | @@ -24,6 +24,7 @@ |
"@polkadot/extension-inject": "^0.43.1", | ||
"@polkadot/react-identicon": "^2.0.1", | ||
"@polkadot/react-qr": "^2.0.1", | ||
"autoprefixer": "^10.4.4", | ||
"nanostores": "^0.5.12", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
... | ... | @@ -58,7 +59,6 @@ |
"path-browserify": "^1.0.1", | ||
"postcss": "^8.4.12", | ||
"postcss-loader": "^6.2.1", | ||
"postcss-preset-env": "^7.4.3", | ||
"postcss-syntax": "^0.36.2", | ||
"prettier": "^2.6.2", | ||
"process": "^0.11.10", | ||
... | ... | @@ -67,6 +67,7 @@ |
"stylelint": "^14.7.1", | ||
"stylelint-config-prettier": "^9.0.3", | ||
"stylelint-config-recommended": "^7.0.0", | ||
"tailwindcss": "^3.0.24", | ||
"typescript": "^4.6.3", | ||
"url-loader": "^4.1.1", | ||
"web-ext": "^6.8.0", | ||
... | ... |
postcss.config.js
0 → 100644
tailwind.config.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment