updated tailwind, added menu & button shortcodes

This commit is contained in:
timurgordon
2022-03-07 13:45:56 +03:00
parent 3721773eeb
commit af07618f66
9 changed files with 212 additions and 596 deletions

View File

@@ -21,16 +21,17 @@
"maintained node versions"
],
"devDependencies": {
"autoprefixer": "^10.2.6",
"autoprefixer": "^10.4.2",
"glob": "^7.1.7",
"glob-all": "^3.2.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.8",
"postcss-cli": "^8.3.1",
"postcss-csso": "^5.0.1",
"postcss-import": "^14.0.2",
"postcss-nesting": "^8.0.1",
"rimraf": "^3.0.2",
"tailwindcss": "^2.2.19",
"tailwindcss": "^3.0.23",
"ts-rmb-http-client": "^1.0.3",
"typescript": "^4.5.5"
},