Skip to content

Instantly share code, notes, and snippets.

@sectsect
Last active November 28, 2019 11:58
Show Gist options
  • Select an option

  • Save sectsect/f9d91cbc924c4e41900d38f4fd1d046d to your computer and use it in GitHub Desktop.

Select an option

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

sectsect commented Nov 28, 2019

Copy link
Copy Markdown
Author

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