Created
April 22, 2018 22:25
-
-
Save RandallFlagg/48f6398d961a88136886da0340cc3750 to your computer and use it in GitHub Desktop.
@import, import, require - diffrences
This file contains hidden or 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 is CSS/SASS syntax to include other files. | |
import is modern ES6 syntax to include modules. | |
require is AMD/CMD syntax currently used by Node. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment