flowy icon indicating copy to clipboard operation
flowy copied to clipboard

Add prefix to css class to avoid conflicts

Open yellow1912 opened this issue 4 years ago • 1 comments

Right now some of the class names flowy uses seem to be quite generic (such as dragging, etc...). I think it would be nice to either:

  1. Add a prefix flowy- in front of all the classes
  2. Or, to avoid breaking changes with old codes, we can use multiple classes such as "flowy dragging". This allows us to specify the rules by using .flow.dragging for example while still keeping old code works.

yellow1912 avatar Apr 19 '20 12:04 yellow1912

That makes sense. Might be easier to just use a prefix like "flowy-", I agree that many of the class names currently being used are generic so it would lead to conflicts. I will look into it.

alyssaxuu avatar Apr 21 '20 19:04 alyssaxuu