vue-toaster icon indicating copy to clipboard operation
vue-toaster copied to clipboard

fix: prevent global CSS pollution

Open mesqueeb opened this issue 2 years ago • 1 comments

@jprodrigues70 this is a commit that tries to prevent some global CSS pollution by changing the CSS names to be more scoped under this package's name.

If you are OK with this please merge into master. But before you release I wanted to do some more work.

Future ideas:

  • combine some of the CSS files into 2 file. I think it's a little bit easier to work with the library if we have 1 vue-toaster.css file and one animations.css file. : )
  • change stylus to css, to make it easier for many kinds of projects to include this without requiring a build step that handles stylus.

mesqueeb avatar Dec 14 '21 05:12 mesqueeb

@jprodrigues70 happy new year! did you have any thoughts on this PR?

mesqueeb avatar Jan 02 '22 07:01 mesqueeb

thank you!

jprodrigues70 avatar Oct 10 '23 15:10 jprodrigues70