jenil / bulmaswatch

Themes for Bulma
https://jenil.github.io/bulmaswatch
MIT License
1.64k stars 144 forks source link

bookmarklet use #111

Open ddupas opened 1 year ago

ddupas commented 1 year ago

in order to use the bookmarklet we had to make some minor modifications, thought you might like to see that, i would of rather been able to import the bookmarklet with a crossorigin script tag and avoided maintaining this file (minor issue) ;) thank you for the bookmarklet

https://github.com/ddupas/msfish/blob/main/bookmarklet.js

jenil commented 1 year ago

@ddupas thanks, can you make a PR?

ddupas commented 1 year ago

instead of the bookmarklet js file in the root of the project i created a submodule and linked the project as a submodule pull request: https://github.com/jenil/bulmaswatch/pull/112 submodule: https://github.com/ddupas/swatchpicker

thank you!