qTip2 / qTip2

qTip2 - Pretty powerful tooltips
MIT License
2k stars 465 forks source link

Add style property to package.json #834

Open soundasleep opened 6 years ago

soundasleep commented 6 years ago

By adding a reference to the main dist CSS, gulp tools such as sass-module-importer can automatically import the stylesheet:

@import "qtip2";

rather than

@import "node_modules/qtip2/dist/jquery.qtip";