Skip to content

Commit

Permalink
Merge pull request #70 from PenguLoader/feat/twind
Browse files Browse the repository at this point in the history
feat(twind): replace tailwind with twind + web component
  • Loading branch information
nomi-san committed Aug 9, 2023
2 parents 9491d9d + 9824fc8 commit 9593172
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 1,051 deletions.
2 changes: 1 addition & 1 deletion plugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
background-position: center;
background-repeat: no-repeat;
background-image: url(https://4.bp.blogspot.com/-eHzk7yHQQvo/Vt3fN2vNtUI/AAAAAAAAL60/s6i1VmnsZfo/s1600/1-Game-Lobby-PBE.jpg);">
<div id="pengu"></div>
<div id="pengu-root"></div>
<script type="module" src="/src/views/index.tsx"></script>
</body>
</html>
11 changes: 5 additions & 6 deletions plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "^1.1.3",
"@twind/preset-autoprefix": "^1.0.7",
"@twind/preset-tailwind": "^1.1.4",
"@twind/with-web-components": "^1.1.3",
"solid-js": "^1.7.8",
"solid-toast": "^0.5.0"
},
"devDependencies": {
"@types/node": "^18.16.19",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"esbuild": "^0.18.12",
"postcss": "^8.4.26",
"sucrase": "^3.32.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"typescript": "^4.9.4",
"vite": "^4.4.4",
"vite-plugin-css-injected-by-js": "^3.2.0",
"vite-plugin-mkcert": "^1.16.0",
Expand Down
Loading

0 comments on commit 9593172

Please sign in to comment.