Skip to content

Commit

Permalink
feat: css test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskang committed Sep 12, 2023
1 parent f20c1d2 commit 3cc5150
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 248 deletions.
8 changes: 0 additions & 8 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ export default defineConfig({
},
title: 'Elenext',
vite: {
css: {
transformer: 'lightningcss',
lightningcss: {
drafts: {
nesting: true,
},
},
},
plugins: [
Inspect(),
vueJsx(),
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/jsdom": "^21.1.2",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/test-utils": "^2.4.1",
"@vue/theme": "^2.2.4",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"happy-dom": "^11.0.2",
"jsdom": "^22.1.0",
"lightningcss": "^1.21.7",
"lightningcss": "^1.21.8",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
Expand All @@ -69,8 +69,8 @@
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-markdown-preview": "^1.1.1",
"vitepress": "1.0.0-rc.10",
"vitest": "^0.34.3",
"vitepress": "1.0.0-rc.12",
"vitest": "^0.34.4",
"vue-tsc": "^1.8.10"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 3cc5150

Please sign in to comment.