Skip to content

Conversation

@aminta
Copy link

@aminta aminta commented Mar 3, 2018

` font-family: "${name}";`,
` src: url("${filename}.eot");`,
` src: url("${filename}.eot?#iefix") format("embedded-opentype"),`,
` src: local("☺︎"),`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strings must use singlequote quotes

` url("${filename}.eot?#iefix") format("embedded-opentype"),`,
` url(${woff2}) format("woff2"),`,
` url(${woff}) format("woff"),`,
` url(${ttf}) format("ttf"),`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 4 spaces but found 6 indent

` src: local("☺︎"),`,
` url("${filename}.eot?#iefix") format("embedded-opentype"),`,
` url(${woff2}) format("woff2"),`,
` url(${woff}) format("woff"),`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 4 spaces but found 6 indent

` src: url("${filename}.eot");`,
` src: local("☺︎"),`,
` url("${filename}.eot?#iefix") format("embedded-opentype"),`,
` url(${woff2}) format("woff2"),`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 4 spaces but found 6 indent

` font-family: "${name}";`,
` src: url("${filename}.eot");`,
` src: local("☺︎"),`,
` url("${filename}.eot?#iefix") format("embedded-opentype"),`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 4 spaces but found 6 indent

` src: url("${filename}.eot");`,
` src: local("☺︎"),`,
` url("${filename}.eot?#iefix") format("embedded-opentype"),`,
` url(${woff2}) format("woff2"),`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 4 spaces but found 6 indent

` font-family: "${name}";`,
` src: url("${filename}.eot");`,
` src: local("☺︎"),`,
` url("${filename}.eot?#iefix") format("embedded-opentype"),`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 4 spaces but found 6 indent

'@font-face {',
` font-family: "${name}";`,
` src: url("${filename}.eot");`,
` src: local("☺︎"),`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 4 spaces but found 6 indent
Strings must use singlequote quotes

` url(${ttf}) format("ttf"),`,
'@font-face {',
` font-family: "${name}";`,
` src: url("${filename}.eot");`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 4 spaces but found 6 indent

` url(${woff}) format("woff"),`,
` url(${ttf}) format("ttf"),`,
'@font-face {',
` font-family: "${name}";`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 4 spaces but found 6 indent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants