Skip to content

Commit 3f4c421

Browse files
committed
The icons have been moved to the image folder and uses the $image-path-prefix. This makes it easier to use the sass directly in a project without having to modify it directly.
1 parent d7baff6 commit 3f4c421

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

build/content-tools.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ContentTools",
33
"description": "A JS library for building WYSIWYG editors for HTML content",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"keywords": [
66
"wysiwyg",
77
"inline",

sandbox/sandbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! ContentTools v1.2.10 by Anthony Blackshaw <[email protected]> (https://github.com/anthonyjb) */
1+
/*! ContentTools v1.3.1 by Anthony Blackshaw <[email protected]> (https://github.com/anthonyjb) */
22
@charset "UTF-8";
33
/* Vendor */
44
html {

src/styles/_settings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $highlight-color: rgba(#f39c12, 0.25) !default;
8888
// Icon font-face
8989
@font-face {
9090
font-family: 'icon';
91-
src: url('icons.woff');
91+
src: url($image-path-prefix + 'icons.woff');
9292
font-weight: normal;
9393
font-style: normal;
9494
}

0 commit comments

Comments
 (0)