Import uncompiled CSS

Hi,

I’m using Tippy.js in my project to have tooltip.

yarn add tippy.js

Perfect. Now I’m trying to load the theme :

In my bud.config.cjs I added :

app.build.rules.js.setInclude([
    bud => bud.path('@src'),
    bud => bud.path('@modules/tippy.js/themes/light.css'),
])

After that I don’t know what to do anymore.
Should I import the css? from which file?

Sorry it may be simple but i don’t see it.

Thanks

1 Like