@lucca-front/icons
Advanced tools
Comparing version 0.3.2 to 0.3.3
# Changelog | ||
## In dev | ||
### Enhancement | ||
- Class icons are now supported by default | ||
### New icons | ||
## v0.3.3 | ||
### New icons | ||
- `compass` | ||
## v0.1.6 | ||
@@ -7,0 +13,0 @@ |
@@ -27,3 +27,3 @@ 'use strict'; | ||
gulp.task('sass:dist', () => { | ||
return gulp.src('./src/main-with-classes.scss') | ||
return gulp.src('./src/main.scss') | ||
.pipe(sass(SASS_OPTIONS_DIST).on('error', sass.logError)) | ||
@@ -30,0 +30,0 @@ .pipe(rename('lucca-icons.min.css')) |
{ | ||
"name": "@lucca-front/icons", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A library of icons made by the team @Lucca", | ||
@@ -5,0 +5,0 @@ "main": "gulpfile.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
731637
20