0.0.9 • Published 8 years ago

gulp-less-to-scss v0.0.9

Weekly downloads
179
License
-
Repository
-
Last release
8 years ago

gulp-less-to-scss

A gulp plugin which converts less files to scss files

Download

npm install gulp-less-to-scss

Usage

var lessToScss = require('gulp-less-to-scss');
gulp.task('lessToScss',function(){
    gulp.src('themes/system/less/*.less')
		.pipe(lessToScss())
		.pipe(gulp.dest('themes/system/scss'));
});

Notice

Be Aware that not all less files can be converted properly.

If files are not converted well, you should correct them manually!!

LICENSE

(MIT License)

Copyright (c) 2014 horicdesign

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago