slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
43.13k stars 3.35k forks source link

Move styles to SCSS instead of Stylus #2328

Open klasjersevi opened 5 years ago

klasjersevi commented 5 years ago

I'm developing a theme and also making a bootstrap version of quill. Even though Stylus is cool, I would very much appreciate if quill styles was based on SCSS instead of Stylus. It would be much easier to maintain third party development since SCSS is a more popular CSS precompiler and therefore is easier to integrate with other frameworks.

I'd be happy to submit a PR if you want.

abierbaum commented 4 years ago

This would make it much easier to make custom styles.

Xinatorus commented 6 months ago

I've oppened PR #4022