feat: implement style rules

This commit is contained in:
Amruth Pillai
2026-05-27 10:57:33 +02:00
parent 7bff6644d8
commit b04eef1479
41 changed files with 2995 additions and 396 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
},
"devDependencies": {
"@reactive-resume/config": "workspace:*",
"@typescript/native-preview": "7.0.0-dev.20260526.1",
"@typescript/native-preview": "7.0.0-dev.20260527.1",
"typescript": "^6.0.3"
}
}
@@ -762,6 +762,7 @@ export class ReactiveResumeV4JSONImporter {
},
},
notes: v4Data.metadata.notes ?? "",
styleRules: [],
},
};