mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2024-11-05 21:07:56 +00:00
Added CSS files for all icon sets
This commit is contained in:
parent
1ef22ed07a
commit
3b26b51fad
3823
dist/file-icon-vectors.css
vendored
Normal file
3823
dist/file-icon-vectors.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5
dist/file-icon-vectors.min.css
vendored
Normal file
5
dist/file-icon-vectors.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@
|
||||
*
|
||||
* @author Daniel M. Hendricks
|
||||
* @license MIT
|
||||
* {@link https://github.com/dmhendricks/file-icon-vectors GitHub repo}
|
||||
* {@link https://github.com/dmhendricks/file-icon-vectors GitHub repository}
|
||||
*/
|
||||
|
||||
var pkg = require( './package.json' );
|
||||
@ -19,7 +19,7 @@ var notify = require( 'gulp-notify' );
|
||||
const AUTOPREFIXER_BROWSERS = [ 'last 2 version', '> 1%', 'ie >= 9', 'ie_mob >= 10', 'ff >= 30', 'chrome >= 34', 'safari >= 7', 'opera >= 23', 'ios >= 7', 'android >= 4', 'bb >= 10' ];
|
||||
|
||||
gulp.task( 'sassTask', function () {
|
||||
gulp.src( [ './src/scss/file-icon-classic.scss', './src/scss/file-icon-vivid.scss', './src/scss/file-icon-square-o.scss' ] )
|
||||
gulp.src( [ './src/scss/file-icon-classic.scss', './src/scss/file-icon-vivid.scss', './src/scss/file-icon-square-o.scss', './src/scss/file-icon-vectors.scss' ] )
|
||||
.pipe( sass( {
|
||||
outputStyle: 'expanded' } ) )
|
||||
.on( 'error', console.error.bind( console ) )
|
||||
@ -35,7 +35,6 @@ gulp.task( 'sassTask', function () {
|
||||
});
|
||||
|
||||
gulp.task('default', [ 'sassTask' ], function(){
|
||||
var icon_libs = [ './dist/icons/classic', './dist/icons/vivid', './dist/icons/square-o' ];
|
||||
|
||||
gulp.watch( './src/scss/*.scss', [ 'sassTask' ] );
|
||||
|
||||
|
12
src/scss/file-icon-vectors.scss
Normal file
12
src/scss/file-icon-vectors.scss
Normal file
@ -0,0 +1,12 @@
|
||||
/*!
|
||||
* File Icon Vectors 0.8.1 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
|
||||
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
@import "variables";
|
||||
@import "file-icon-base";
|
||||
@import "file-icon-extra";
|
||||
@import "file-icon-classic-list";
|
||||
@import "file-icon-vivid-list";
|
||||
@import "file-icon-square-o-list";
|
Loading…
Reference in New Issue
Block a user