Skip to content

Commit

Permalink
fix(css): remove merge tags
Browse files Browse the repository at this point in the history
  • Loading branch information
adeacetis committed Aug 30, 2023
1 parent 300b191 commit 175d3f1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/assets/sass/icons.scss
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
$iconpath: '../fonts/';
@font-face {font-family: "icon";
<<<<<<< HEAD
src: url('#{$iconpath}icon.eot?t=1686706012716'); /* IE9*/
src: url('#{$iconpath}icon.eot?t=1686706012716#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("#{$iconpath}icon.woff2?t=1686706012716") format("woff2"),
url("#{$iconpath}icon.woff?t=1686706012716") format("woff"),
url('#{$iconpath}icon.ttf?t=1686706012716') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('#{$iconpath}icon.svg?t=1686706012716#icon') format('svg'); /* iOS 4.1- */
=======
src: url('#{$iconpath}icon.eot?t=1686045007892'); /* IE9*/
src: url('#{$iconpath}icon.eot?t=1686045007892#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("#{$iconpath}icon.woff2?t=1686045007892") format("woff2"),
url("#{$iconpath}icon.woff?t=1686045007892") format("woff"),
url('#{$iconpath}icon.ttf?t=1686045007892') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('#{$iconpath}icon.svg?t=1686045007892#icon') format('svg'); /* iOS 4.1- */
>>>>>>> 6b35e90... merge all svgs (icon + exchanges) into 1 font
}

[class^="icon-"], [class*=" icon-"] {
Expand Down

0 comments on commit 175d3f1

Please sign in to comment.