Jonathan Vicente
Results
2
comments of
Jonathan Vicente
Just use SCSS. Example: ```SCSS # styles.scss // import required files @import '../node_modules/hover.css/scss/options'; @import '../node_modules/hover.css/scss/hacks'; @import '../node_modules/hover.css/scss/mixins'; // import just effects u need @import '../node_modules/hover.css/scss/effects/2d-transitions/grow'; // Apply Hover to Element...
Try to disable and enable again, it's works for me.