3 posts tagged ‘CSS’
Pinwheel 1.0
New Mac app from Bjango (Mastodon): Convert between color formats and color spaces. Automate color contrast testing. Create beautiful gradients and palettes. […] Pinwheel imports Design Tokens JSON, Figma documents, Sketch documents, CSS, asset catalogs, and other file types. Once you’ve finished making adjustments, automated exporting can be set up to simultaneously export in multiple […]
How to Highlight Text Fragments When Linking
Paul Kafasis: In recent months, I’ve begun to notice that results from web searches often highlight specific text on the page to which they’re linking. The web page is also scrolled to the relevant content. It’s quite helpful! A quick investigation showed this is accomplished by appending a bit of code, #:~:text= to the URL […]
Generating editor snippets from SassDoc
I’ve always loved SassDoc, and I’ve always loved editor snippets, but as a Vim and Neosnippets user, (a) other people’s (VSCode) snippets weren’t useful to me, and (b) my (Neosnippet) snippets weren’t useful to anybody else. At some point it would be great to build a tool that can convert snippets of one format to […]