Created
August 13, 2015 12:16
-
-
Save david-batranu/5e14f1dc758ea0820c85 to your computer and use it in GitHub Desktop.
Prefixed bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
lessc -x prefixed-bootstrap.less | sed -e 's/\(.\+\).bootstrap \(.\+\)/.bootstrap \1\2/g' > bootstrap.min.css |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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