Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

♻️Test scoping of module CSS files #229

Open
2 tasks
steven0x51 opened this issue Jul 17, 2022 · 0 comments
Open
2 tasks

♻️Test scoping of module CSS files #229

steven0x51 opened this issue Jul 17, 2022 · 0 comments
Assignees
Labels
Type: Refactor A code quality improvement e.g. Tech debt

Comments

@steven0x51
Copy link
Member

Cc: @adamcogan @pierssinclairssw @lukecookssw @ozairashfaqueSSW

Hi

Pain

The previous observation found that the CSS module was not scoped in the component, for example if adding a style to an anchor in a CSS file, not only the component applied the style all other component with an anchor would adapt that style even there are not in the same scope. The issue was suspected due to the error #221. but since it has been fixed, we need to test if the CSS module is scoped in appropriate way now.

What code could be improved?

  1. Add a style appeared in different components to a CSS file.
  2. Check if the CSS style only affects in the scoped module and not on others.

Tasks

  • Test
  • Create a PBI if the CSS still not scoped.

Thanks!

@steven0x51 steven0x51 added the Type: Refactor A code quality improvement e.g. Tech debt label Jul 17, 2022
@steven0x51 steven0x51 changed the title ♻️ ♻️Test scoping of module CSS files Jul 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Refactor A code quality improvement e.g. Tech debt
Projects
None yet
Development

No branches or pull requests

1 participant