LOVE CSSOBJ
Browser:
Github Repo
Input Object:
{ '#size': {color: 'green!important', fontSize:'12px'}, 'body #size': {color: 'red'}, '@import ': 'url(test3.css)', '@import': ['url(test2.css)','url(test.css)'], '@namespace': 'svg url(http://www.w3.org/2000/svg)', '@font-face' : { fontFamily:'comic', src:'url(http://valid_url/some_font_file.eot)' }, '@keyframes anim1': { from: {top:'0px'}, to: {top:'200px!important'} }, '@page': { margin: '10%', color: 'red', '@top-center ': { content: '"Chapter" counter(chapter)' } }, 'h3,h4': { $test:function(){return count%2}, $id:'abc', animationName: 'anim1', flex:1, display: 'flex', color: 'red', textEmphasisStyle:'dot', imeAlign:'auto', borderImage: 'none', textAlign: 'center', flowInto:'flow1', lineHeight: 1.5, fontSize: 32, margin: 0, padding: 0, 'span,p':{color:'red!important', fontSize:22} }, '@media (min-width: 400px)': { '@media (max-width: 1600px)': { h3: { color: 'blue', fontSize: 24 } }, '@media (min-width: 800px)': { h3: { color: 'green', fontSize: 20 } } }, td:{ $extend: /\bh3\b/i } }
CSSOM Text: