예제 #1
0
def test_big():
    text = open(local('big.css')).read()
    res = css.from_string(text)
예제 #2
0
파일: small.py 프로젝트: yishh/css
def _test_big():
    res = css.from_string(text)
예제 #3
0
파일: big.py 프로젝트: crazydreamer/css
def test_big():
    text = open(local('big.css')).read()
    res = css.from_string(text)
예제 #4
0
파일: small.py 프로젝트: crazydreamer/css
def _test_big():
    res = css.from_string(text)