Skip to content

Instantly share code, notes, and snippets.

@gotbadger
Created September 25, 2013 16:35
Show Gist options
  • Save gotbadger/6702336 to your computer and use it in GitHub Desktop.
Save gotbadger/6702336 to your computer and use it in GitHub Desktop.
Twitter Bootstrap 3 Find and Replace For Sublime. Usefull for adding all col sizes after only adding large
Find: col-lg-(\w)+
Replace col-lg-$1 col-md-$1 col-sm-$1 col-xs-$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment