Merge branch 'develop' into sidv/viteVitest

* develop:
  chore: Add recommended extensions
  Fix user-journey leaking css
  Add "Debug Current Test File" configuration for VSCode
This commit is contained in:
Sidharth Vinod
2022-09-23 10:14:15 +05:30
4 changed files with 30 additions and 3 deletions

View File

@@ -132,8 +132,6 @@ const getStyles = (options) =>
.actor-5 {
${options.actor5 ? `fill: ${options.actor5}` : ''};
}
}
`;
export default getStyles;