Skip to content

Instantly share code, notes, and snippets.

@david-batranu
Created August 13, 2015 12:16
Show Gist options
  • Save david-batranu/5e14f1dc758ea0820c85 to your computer and use it in GitHub Desktop.
Save david-batranu/5e14f1dc758ea0820c85 to your computer and use it in GitHub Desktop.
Prefixed bootstrap
#!/bin/sh
lessc -x prefixed-bootstrap.less | sed -e 's/\(.\+\).bootstrap \(.\+\)/.bootstrap \1\2/g' > bootstrap.min.css
.bootstrap {
@import (less) 'dist/css/bootstrap.css';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment