node-csswring icon indicating copy to clipboard operation
node-csswring copied to clipboard

A CSS minifier for PostCSS

Results 2 node-csswring issues
Sort by recently updated
recently updated
newest added

Hi! I just had an idea that might interest you: to obfuscate the custom `font-family`. ``` css @font-face { font-family: 'custom-Font'; src: url('custom-font-webfont.eot'); src: url('custom-font-webfont.eot?#iefix') format('embedded-opentype'), url('custom-font-webfont.svg#custom-font') format('svg'), url('custom-font-webfont.woff') format('woff'),...

enhancement

Not sure what is creating this issue. Maybe you should catch this error to give source (file:line:column) when possible ? For the postcss plugins I've made I'm using this function...

bug