Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS
1–10 of 102 posts
Re: Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS
#2How does this differ from doing Cmd-Shift-C, selecting an element, and checking the Computed tab in Dev Tools?
Re: Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS
#3> 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?
* 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
#4Re: Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS
#5Re: Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS
#6also "Save 59% - Product Hunt Launch Deal - only until July 21st" sounds sketchy AF
i don't buy anything from websites with countdowns or fake discounts
Re: Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS
#7I 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?
> 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
#8I 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?
Re: Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS
#9Niceee, congrats on your project mate!