Skip to content

Instantly share code, notes, and snippets.

@forkbombe
Created November 17, 2016 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forkbombe/8a27d334a3204d7bf23d854a38f4e893 to your computer and use it in GitHub Desktop.
Save forkbombe/8a27d334a3204d7bf23d854a38f4e893 to your computer and use it in GitHub Desktop.
Regex - find all lines starting with @import and ending with ;
/([@import]*)(@import+)(.*;)(\r?\n|$)/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment