Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 30c5f41

Browse files
maxcreationjoshmanders
authored andcommitted
Bump to v2.3.1.2
* Version 2.3.1.2 * Add brands and outline icons support
1 parent 833c19d commit 30c5f41

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+8961
-5889
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.temp/
2+
.idea/
3+
node_modules/

gulpfile.babel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ gulp.task('fetch', (done) => {
2020
gulp.task('move-scss', () => {
2121
return gulp.src(`${TEMP_DIR}/app/assets/stylesheets/semantic-ui/**/*.scss`)
2222
.pipe(replace(/semantic-ui\/icons/g, '#{\$icons-font-path}/icons'))
23+
.pipe(replace(/semantic-ui\/brand-icons/g, '#{\$icons-font-path}/brand-icons'))
24+
.pipe(replace(/semantic-ui\/outline-icons/g, '#{\$icons-font-path}/outline-icons'))
2325
.pipe(replace(/semantic-ui\/flags\.png/g, '#{\$flags-image-path}/flags.png'))
2426
.pipe(replace(/font-url\(/g, 'url('))
2527
.pipe(gulp.dest('./scss/'));

icons/brand-icons.eot

96.3 KB
Binary file not shown.

icons/brand-icons.svg

Lines changed: 1008 additions & 0 deletions
Loading

icons/brand-icons.ttf

96.1 KB
Binary file not shown.

icons/brand-icons.woff

62.2 KB
Binary file not shown.

icons/brand-icons.woff2

53.2 KB
Binary file not shown.

icons/icons.eot

100755100644
-58.3 KB
Binary file not shown.

icons/icons.otf

100755100644
File mode changed.

icons/icons.svg

100755100644
Lines changed: 1515 additions & 2668 deletions
Loading

0 commit comments

Comments
 (0)