Live data from Hacker News

Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS

getcssscan.com

1–10 of 102 posts

Re: Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS

#3
post #2

> No unuseful, duplicated, overridden, or longhand CSS How does this differ from doing Cmd-Shift-C, selecting an element, and checking the Computed tab in Dev Tools?

Hi, @lelandfe, there's an answer for that on our FAQ:

* How is this better than "Computed Styles"? > When you copy CSS from “Computed Styles”, aside from the declarations being longhand and bloated, it transforms all measurement units such as %, em, rem in pixels (px). This could break your website on mobile devices.

"Computed Styles" also don’t give you pseudo-classes, pseudo-elements, media queries, and keyframes styles, and don't copy multiple elements at once. CSS Scan does, and it gives you the original units and everything you need effortlessly.

Re: Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS

#7
post #4

I can't think of a use case where I'd need to copy someone else's (probably messy) CSS. I assume this is aimed at beginners?

They claim to do a bunch of optimizations to remove the mess:

> No unuseful, duplicated, overridden, or longhand CSS. CSS Scan runs hundreds of real-time advanced optimizations on the code to make it shorter, crystal clear, and prettier.

Re: Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS

#8
post #4

I can't think of a use case where I'd need to copy someone else's (probably messy) CSS. I assume this is aimed at beginners?

Hi! You could still use the extension to quickly inspect things, to understand how other websites are designed, or you could also use on your own website when debugging CSS or making fast edits (it's possible to edit the CSS with the extension).

Re: Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS

#10
First of all, kudos to you for building and shipping a product that you can charge for. The website looks really good and polished. I don’t mind the countdown and introductory pricing. If people find it useful, this should definitely help with conversion. Good luck!
Post reply on HN