editor.md icon indicating copy to clipboard operation
editor.md copied to clipboard

NPM latest version with wrong path af editormd-logo.scss

Open EnriqueSampaio opened this issue 5 years ago • 1 comments

I know we have some closed issues about this bug and it is fixed in master branch, but it's still present in the latest NPM version (1.5.0), we should update it or NPM distribution is kind of useless.

@font-face { font-family: 'editormd-logo'; src:url('../fonts/editormd-logo.eot?-5y8q6h'); src:url('.../fonts/editormd-logo.eot?#iefix-5y8q6h') format('embedded-opentype'), url('../fonts/editormd-logo.woff?-5y8q6h') format('woff'), url('../fonts/editormd-logo.ttf?-5y8q6h') format('truetype'), url('../fonts/editormd-logo.svg?-5y8q6h#icomoon') format('svg'); font-weight: normal; font-style: normal; }

the bold line should be with two dots instead of three, like this:

src:url('../fonts/editormd-logo.eot?#iefix-5y8q6h') format('embedded-opentype'),

EnriqueSampaio avatar Mar 31 '20 01:03 EnriqueSampaio

Seriously unbelievable that this basic bug is in NPM. Thanks for the tip about the three dots! Should be two. I didn't catch that.

jaradc avatar Apr 28 '23 09:04 jaradc