css
css copied to clipboard
A small, fast css parser in python that utilizes the codetalker library
After grabbing codetalker from github and css from pypi: > Python 2.7 (r27:82500, Sep 29 2010, 23:01:31) > [GCC 4.5.1 20100924 (Red Hat 4.5.1-4)] on linux2 > Type "help", "copyright",...
Hello, I'm using css lib to parse styles uploaded by users and then do some validation rules. First problem is about inproperly parsed selectors, for example: ``` #editTemporaryPriceList, #addTemporaryPriceList, #addPriceList...
hi, ``` .row.temporary_price_list_id { padding-left: 130px; width: 88% } ``` parser is ignoring 'width' attribute because of lack of semicolon. semicolon is not required after last attribute so it looks...
pip install css -> is not sufficient to get css since it does not pull in codetalker package also doesn't help that codetalker in pypi doesn't compile.