cssprefix icon indicating copy to clipboard operation
cssprefix copied to clipboard

A tool to help developers include the right vendor prefixes in their sites

Results 9 cssprefix issues
Sort by recently updated
recently updated
newest added

TL;DR - please have a look at my zeromq setup - it's wrong and needs fixing - help me Obi-Wan.... --- I'm using zeromq to post off the job of...

Designers wanted - post them here, sexiest wins (I am rather partial to a green unicorn riding a tickmark btw!)

Given a string passed to a JavaScript function: ``` css background-image: -moz-linear-gradient(bottom, #F8F8F8, #FDFDFD) !important; ``` ...can a function return an object with all supported gradient CSS values. Note that...

Using the green/red idea for the pass or fail, make a request to ``` "http://cssprefix.com/check.json?url=" + window.location ``` And the JSON returned contains: ``` { pass: true } ``` (or...

I'm sorry, I'm just trolling. But this is a neat idea to have in a checklist!

Similar to an HTML validator tool, though initially only supports url entry: - header - strap line information (I'll comment on what this will be later - probably: compatible vendor-prefixes...

I'd rather be using (and did try) to use cluster to fork the process against each CPU and have the web service fire off jobs to the workers. Currently I'm...

Use the service to determine the status of the currently viewed page and display the appropriate [traffic light] icon in the address bar. Don't kill me! I know I'm asking...

## Problem The proposed URL for checking websites, (`http://cssprefix.com/[URI]`) doesn't work with local web pages, either with a local webserver or plain `file://`. This means that the developer needs to:...