Last active
June 1, 2017 17:36
-
-
Save Bastiani/cb040498052bd80ecaab13e6226a2b21 to your computer and use it in GitHub Desktop.
Isolar css para evitar conflitos
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
$ npm install less -g | |
freelancer.less: | |
.bootstrap-freelancer { | |
@import (less) 'freelancer.css'; | |
} | |
$ lessc freelancer.less freelancer-convert.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment