I've been utilizing the vue-js-modal plugin and inside, there is a style.css
file. I attempted to customize the modal style by making changes to this file, but even after saving my modifications and running the application, the modal page still reflects the previous style. Upon inspecting the elements using the browser console, it appears that the browser is not recognizing the updated styles. How can I resolve this issue? Do I need to compile the file containing the style.css
? If so, how should I go about doing this? If not, what other solutions are available?