It's there a jquery plugin to validate CSS ?
I mean, i yould like to let the user enter is own CSS in a textbox and validate if is a valid CSS with jquery ?
example :
@font-face {
font-family: 'NationalRegular';
src: url('http://localced.com/national-regular-webfont.eot');
src: local('National'), local('NationalRegular'), url('http://localced.com/national-regular-webfont.woff') format('woff'), url('http://localced.com/national-regular-webfont.ttf') format('truetype'), url('http://localced.com/national-regular-webfont.svg#webfontHGfqMJAZ') format('svg');
font-weight: normal;
font-style: normal;
***notgoodCSS***:this is not good;
}