🚧 WIP(custom): migrate to tailwindcss

This commit is contained in:
Kuingsmile
2026-01-19 13:16:56 +08:00
parent 55c0026e8c
commit ddb89496aa
13 changed files with 811 additions and 2632 deletions
+1
View File
@@ -2,6 +2,7 @@ module.exports = {
extends: ['stylelint-config-standard', 'stylelint-config-html/vue', 'stylelint-config-standard-vue'],
plugins: [],
rules: {
'import-notation': null,
// 这里是允许了空的style标签
'no-empty-source': null,
'selector-class-pattern': null,