Skip to content

Instantly share code, notes, and snippets.

@sectsect
Last active November 28, 2019 11:58
Show Gist options
  • Save sectsect/f9d91cbc924c4e41900d38f4fd1d046d to your computer and use it in GitHub Desktop.
Save sectsect/f9d91cbc924c4e41900d38f4fd1d046d to your computer and use it in GitHub Desktop.
Replace nesting in scss to nesting syntax for "postcss-nesting" with Regex

⚠️ Precondition: formatting with stylelint

Find

^([\s]{2,})(?!.*[&@])(.*?)([,{])\n

Replace

$1& $2$3\n
@sectsect
Copy link
Author

sectsect commented Nov 28, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment