React-quill: dist/css is not in npm package

Created on 5 Feb 2016  路  8Comments  路  Source: zenoamaro/react-quill

Running npm i -S react-quill will not provide you the CSS

Most helpful comment

This specific issue has broken the install for a project that I've been watching. I vote to maintain a copy of the quill styles in dist/ until a better solution is found.

All 8 comments

My bad dup of #70

It's a proper issue, I'm reopening this one.

It seems NPM won't publish symbolic links, which I'm using to provide a shortcut to quill's stylesheets.

I would prefer not to make an explicit copy of them, though. I'm looking for a solution to this.

Since it depends on quill package as well, I have imported the styles from the quill package :)

This specific issue has broken the install for a project that I've been watching. I vote to maintain a copy of the quill styles in dist/ until a better solution is found.

In the meantime, I suggest changing the doc where it references the CSS paths. Change them from pointing at react-quill/dist to just quill/dist.

I thought I should mention that this is also an issue on cdnjs. I don't know if you publish there manually, but both of these files are empty:

https://cdnjs.cloudflare.com/ajax/libs/react-quill/0.4.1/quill.base.css
https://cdnjs.cloudflare.com/ajax/libs/react-quill/0.4.1/quill.snow.css

I used npm i -S react-quill and there are no css files in dist/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sophyphreak picture sophyphreak  路  5Comments

stinoga picture stinoga  路  3Comments

matthewfbenjamin picture matthewfbenjamin  路  5Comments

Fensterbank picture Fensterbank  路  3Comments

LiuChangFreeman picture LiuChangFreeman  路  3Comments