Skip to content

Commit

Permalink
feat: less css converter
Browse files Browse the repository at this point in the history
  • Loading branch information
KuaiYu95 committed Jan 4, 2024
1 parent 2b446eb commit 18873e2
Show file tree
Hide file tree
Showing 7 changed files with 484 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ yarn-error.log*
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
*.tsbuildinfo
.yalc
yalc
yalc.lock
1 change: 1 addition & 0 deletions declare.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'css2less';
182 changes: 182 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"js-yaml": "^4.1.0",
"jsfuck": "^0.4.0",
"json-2-csv": "^5.0.1",
"less": "^4.2.0",
"next": "^14.0.4",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^10.0.1",
Expand All @@ -75,6 +76,7 @@
"slick-carousel": "^1.8.1",
"sql-formatter": "^15.0.2",
"sql.js": "^1.9.0",
"css2less": "^0.1.4",
"swiper": "^8.4.7",
"typescript": "5.0.4",
"xlsx": "^0.18.5",
Expand All @@ -87,6 +89,7 @@
"@types/big-integer": "^0.0.31",
"@types/crypto-js": "^4.2.0",
"@types/ip": "^1.1.3",
"@types/less": "^3.0.6",
"@types/node": "20.1.5",
"@types/node-forge": "^1.3.10",
"@types/qs": "^6.9.7",
Expand Down
Loading

0 comments on commit 18873e2

Please sign in to comment.