3.3.4 • Published 10 years ago

bootswatch-less v3.3.4

Weekly downloads
13
License
-
Repository
github
Last release
10 years ago

Bootswatch-less

This package contains only the less files of bootswatch. This should be used when compiling bootswatch from source using less.

Total filesize is about 600 kb.

Should be used with the bootstrap-less package.

This package should be added to your less paths settings.

gulp.pipe(less({
    paths: [
        '.',
        './node_modules/bootswatch-less'
    ]
}))

Then bootswatch files can be included in any less file.

@import "bootswatch/cyborg/variables";
@import "bootswatch/cyborg/bootswatch";