Deleting a wrapper component without deleting its corresponding style, will adding new components later cause style conflicts? #5283
Answered
by
pittleCheung
pittleCheung
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
pittleCheung
Aug 9, 2023
Replies: 1 comment
-
I copying all matched styles ,so I can paste anywhere , even cross-browser paste, I find this to be extremely useful. When I delete a component, it does not remove the corresponding styles. This is a major issue, And when I copy and paste multiple times on the same website, it leads to a lot of redundant styles and easily causes style conflicts. so I can't simply expect those styles to be deleted. If possible, I would appreciate some suggestions. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pittleCheung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I copying all matched styles ,so I can paste anywhere , even cross-browser paste, I find this to be extremely useful. When I delete a component, it does not remove the corresponding styles. This is a major issue, And when I copy and paste multiple times on the same website, it leads to a lot of redundant styles and easily causes style conflicts. so I can't simply expect those styles to be deleted. If possible, I would appreciate some suggestions.