css - Bootstraps responsive-utilities.less as single Less file? -
i want use visible / hide system bootstrap without including full framework... try include responsive-utilities.less errors lessphp...
anyone know maybe site can visible system seperate stand alone less file?
you should import variables , mixins well:
@import "less/variables"; @import "less/mixins"; @import "less/responsive-utilities";
you should wonder if lessphp can compile latest version of bootstrap in first place. see issues https://github.com/leafo/lessphp/issues/598
finally bootstrap requires autoprefix postprocessor. when compiling les code php can not run postprocessor (without installing node first).
Comments
Post a Comment