everyscrub
everyscrub copied to clipboard
Extension for Brackets that turns every CSS number/color into a draggable "scrubber"
This is a little tricky since the values are usually unbounded. We wouldn't want the scrubbing to stop when the thumb reaches the end of the track. For colors it...
For discoverability, there should be some way for the user to see which things are scrubbable. In decreasing order of risk of being distracting: a) Faint outline around all values,...
1. Scrub a number like this one: `margin: 0;` Result: it changes to e.g. `margin: 10;`, which is ignored by the browser since it has no units. It would be...
Greetings from the [Brackets.io](https://brackets.io) & [phcode.dev](https://phcode.dev) community. We have [simplified extension development and publish workflows](https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes) for you. ## This Pull Request Please merge in this pull request to be able...