Skip to content

Instantly share code, notes, and snippets.

@RandallFlagg
Created April 22, 2018 22:25
Show Gist options
  • Save RandallFlagg/48f6398d961a88136886da0340cc3750 to your computer and use it in GitHub Desktop.
Save RandallFlagg/48f6398d961a88136886da0340cc3750 to your computer and use it in GitHub Desktop.
@import, import, require - diffrences
@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