DEV Community

Cover image for CSS Grab n'go Editor v4.0
Dmitriy A.
Dmitriy A.

Posted on

CSS Grab n'go Editor v4.0

Hello developers πŸ‘‹

After success on Hacker News two weeks ago, by looking at analytics numbers (11K returning users, and counting), I realized there's a real need in this tool.

So, I put my hands on it. Thanks to everyone for the feedback and feature requests I've received so far. A week later, I'm happy to launch its latest release. I've shifted focus from just tinkering CSS properties to learning CSS and sharing created artworks. If you can't wait, here's a direct link to the tool.

πŸ”₯ And today is the day when I've launched CSS grab n'go editor on Product Hunt πŸš€, please, join the discussion here or on PH.

This project isn’t new, and it's been for a while off my focus β€” until now. As of today, I’ve fully refactored codebase, made it efficient, and added a bunch of new features, again thanks for the feedback.

Call to action button in pure CSS

πŸ‘¨β€πŸ’» Let's start with used OSS:

UI overview

✨ New features

  • In the first place a lot of new CSS3 properties, like blending modes and background clipping, see this example
  • Every property supported with a link to MDN documentation and its code-sample right above it
  • Generated CSS, SASS, SCSS, and LESS code now well-prefixed to work on >0.5, not dead, and IE9 to IE11 with autoprefixer
  • Keyboard shortcuts as in any other editor! Undo/Redo
  • New sharing experiences β€” after the desired result is achieved it can be shared via direct link, or saved as to your snippets list
  • Fonts! Now you can toggle between different fonts, default, system, and top 5 from Google Fonts. Let me know if your favorite font is missing. I'll be happy to add it :)
  • Much better performance, especially on heavy filters, blurs, and 3D transitions
  • Much better on mobile devices
  • It's a full-featured PWA. It means you can install it via "Add to Home Screen" on iOS and Android devices and have this tool everywhere with you, even if you're offline!
  • Demos, to kick your inspiration and show capabilities of this tool, I've prepared a few examples (send me yours, I'll add your "styles" and name on our list):

πŸ† Project achievements (so far):

I hope this tool is going to find its place in your bookmarks. Do not hesitate to ask for more features and share your CSS3 artwork, β€” I'll be happy to add it with your name to our snippet and example lists.

Let me know wdyt πŸ€”

Top comments (8)

Collapse
 
smart_egg profile image
Dmitriy A.

Another example of using background-clip: text CSS property β€” "Water" text
Water Text

Collapse
 
smart_egg profile image
Dmitriy A.

One more example of a single HTML element styled as Bookmark icon in pure CSS

Bookmark icon

Collapse
 
smart_egg profile image
Dmitriy A.

Here's an example of what can be done with CSS editor β€” Strawberry text in pure CSS
strawberry text

Collapse
 
ben profile image
Ben Halpern

Neat!

Collapse
 
smart_egg profile image
Dmitriy A.

Thank you for feedback, glad you liked it

Collapse
 
navidka profile image
navid-ka

Great tool! An addition you could make is to be able to input the exact pixel you want, tried the sliders and it keeps skiping pixels making it difficult to be precise. Great work in general!

Collapse
 
smart_egg profile image
Dmitriy A.

What browser are you on?
Once slider is activated (yellow color) β€” use ←, β†’ keys to precisely tune settings. Clicking on the icon of the slider will activate slider as well. Will add it to the tips and tricks section

Collapse
 
smart_egg profile image
Dmitriy A.

Have a question? Or suggestion?
Tell me! I'm always up to make this free tool better πŸ‘¨β€πŸ’»