Path to node module

Useful tip to make the import module to look better in the eyes.

August 03, 2022 Code

// Hamburger Menu - 
https://jonsuh.com/hamburgers/

@import '~hamburgers/_sass/hamburgers/hamburgers.scss';
// @import "../../node_modules/hamburgers/_sass/hamburgers.scss";

Invely's