cssFx
cssFx copied to clipboard
CSS3 vendor prefix generator.
Results
1
cssFx issues
Sort by
recently updated
recently updated
newest added
This is the RegExp used when finding @import statements: /\@import\s+(?:url([\'\"]?(._)[\'\"]?))\s_\;?/gim; The problem is that the resulting url sometimes include "double quotes", so then the browser outputs a 404 error. It...