Live editor for CSS, Less & Sass - Magic CSS 的评价
Live editor for CSS, Less & Sass - Magic CSS 作者: webextensions.org
37 条评价
- 评分 5 / 5来自 退出党团队远离中共邪教, 8 天前
- 评分 5 / 5来自 天灭中共退党团队保平安, 2 个月前
- 评分 5 / 5来自 Firefox 用户 14261495, 3 年前As someone who has problems with CSS, this add-on makes defining CSS a breeze. Great tool!
- 评分 5 / 5来自 Grigory Latyshev, 3 年前
- 评分 5 / 5来自 Firefox 用户 14445043, 4 年前
- 评分 5 / 5来自 doinglines, 4 年前
- 评分 5 / 5来自 Moises Gorisch Bueno, 5 年前Extremamente útil para mim, instalo em todos computadores do meu acesso.
- 评分 5 / 5来自 Firefox 用户 15327288, 5 年前
- 评分 5 / 5来自 Alex99Pilot, 6 年前
- 评分 5 / 5来自 Firefox 用户 14475097, 6 年前Super efficient live editor !
I believe that an external window would be specially useful for Responsive design.
Changing the blue color to a more neutral dark-grey (#555 or so) could be good also to avoid style disturbing. A bit of material design wouldn't harm it either, while less important.
In fact to be ideal, you should offer a Light/Dark theme switcher where the whole layout would be White or dark, without borders, but a neat shadow ;-)
Thanks already for your work.
If you'd appreciate help for the UI CSS, ask me and I'll answer you with pleasure.开发者回应
发布于 6 年前Glad that you like it :-)
Possible features/changes are listed in the page at https://github.com/webextensions/live-css-editor/blob/master/TODO.md
External window:
Implementing that would be a bigger change. There is an existing workaround which can solve the use-case of editing in responsive design view to an ok-enough level. You can use the feature "Watch CSS files to apply changes automatically" and follow the instructions there to set it up. After that, open your file in any code editor and edit it. You changes would reflect immediately.
Providing light/dark theme:
That may need an alternative copy of the icons and the UI for it. Since that is extra effort, I'm currently lazy about it ;-)
Changing the background color to neutral dark-gray with appropriate shadow:
That can be done.
I've added your suggestions in the TODO file mentioned above, but may not be taking them up soon due to other listed priority tasks or time constraints. PRs are welcome :-) - 评分 5 / 5来自 Firefox 用户 11729722, 6 年前
- 评分 5 / 5来自 Firefox 用户 13994045, 7 年前Nice, can you make it that the code also works without opening the extension?
开发者回应
发布于 6 年前This is pending for the Firefox version of the extension due to Firefox bugs mentioned at https://github.com/webextensions/live-css-editor/blob/master/TODO.md#improvements
There is scope for adding some sort of workaround. That may be added later.