cssp
cssp copied to clipboard
Ometa-JS based CSS parser
Правильное поведение: `'a{}\tb{}'` => ``` ["stylesheet",["ruleset",["selector",["simpleselector",["ident","a"]]],["block"]],["s","\t"],["ruleset",["selector",["simpleselector",["ident","b"]]],["block"]]] ``` Пробел `\t` находится за пределами `ruleset`. Неправильное поведение: `'@media all{a{}\tb{}}'` => ``` ["stylesheet",["atruler",["atkeyword",["ident","media"]],["atrulerq",["s"," "],["ident","all"]],["atrulers",["ruleset",["selector",["simpleselector",["ident","a"]]],["block"]],["ruleset",["selector",["simpleselector",["s","\t"],["ident","b"]]],["block"]]]]] ``` Пробел `\t` попал внутрь `simpleselector`. Туда же попадают...
Возможно описанная проблема в https://github.com/afelix/setochka/issues/13 касается парсера cssp.
First of all, Awesome work on this tool man! Secondly, I have 2 requests, would be great if these can be accomplished asap (especially the first one): - A client-side...
Hello css! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...