-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Hi,
I run to this problem with sprite and less
output is not valid less
Unrecognised input in file /path/less/sprites.less line no. 1 in file undefined line no. undefined
this is how output looks:
@icons/RSS-x: 5px;
@icons/RSS-y: 5px;
@icons/RSS-offset-x: -5px;
@icons/RSS-offset-y: -5px;
@icons/RSS-width: 27px;
@icons/RSS-height: 27px;
@icons/RSS-total-width: 37px;
@icons/RSS-total-height: 223px;
@icons/RSS-image: 'sprites.png';
@icons/RSS: 5px 5px -5px -5px 27px 27px 37px 223px 'sprites.png';
my task:
gulp.task 'SPRITES', ->
gulp.src(config.img.png.src)
.pipe(
sprite(
'sprites.png',
cssPath: config.less.sprites,
preprocessor: 'less'
)
)
.pipe(gulp.dest(config.img.dest))
Metadata
Metadata
Assignees
Labels
No labels