Created
August 1, 2018 08:20
-
-
Save selbekk/0ae0983acbd366a4f64ecc3f6ba1c5ce to your computer and use it in GitHub Desktop.
webpack and less - index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import './my-styles.less'; | |
document.querySelector('body').classList.add('with-styles'); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment