<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyscss.git, branch 1.1.x</title>
<subtitle>github.com: Kronuz/pyScss.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyscss.git/'/>
<entry>
<title>Make functions with underscores in their names usable again.  #162</title>
<updated>2013-06-19T18:51:23+00:00</updated>
<author>
<name>Eevee</name>
<email>eevee.git@veekun.com</email>
</author>
<published>2013-06-19T18:51:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyscss.git/commit/?id=2879bb291be3d1509bd3f9f7fbd74be2f6e7f7b9'/>
<id>2879bb291be3d1509bd3f9f7fbd74be2f6e7f7b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #155 from radiac/divide_by_unit</title>
<updated>2013-05-15T14:37:26+00:00</updated>
<author>
<name>Germán M. Bravo</name>
<email>german.mb@gmail.com</email>
</author>
<published>2013-05-15T14:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyscss.git/commit/?id=f9fe1138761e76f302fa6062f1e2a2f422233e7c'/>
<id>f9fe1138761e76f302fa6062f1e2a2f422233e7c</id>
<content type='text'>
Fix and test for issue #154 (dividing numbers of the same unit type)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix and test for issue #154 (dividing numbers of the same unit type)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and test for issue #154 (dividing numbers of the same unit type)</title>
<updated>2013-05-14T20:12:29+00:00</updated>
<author>
<name>Richard Terry</name>
<email>git@radiac.net</email>
</author>
<published>2013-05-14T20:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyscss.git/commit/?id=e83fb7abb974035434112a52deb18853c5bb2bf2'/>
<id>e83fb7abb974035434112a52deb18853c5bb2bf2</id>
<content type='text'>
Dividing two numbers of the same unit type now returns a value with no unit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dividing two numbers of the same unit type now returns a value with no unit
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix so the regexp works using StringValue's value</title>
<updated>2013-05-06T15:10:19+00:00</updated>
<author>
<name>German M. Bravo</name>
<email>german.mb@deipi.com</email>
</author>
<published>2013-05-06T15:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyscss.git/commit/?id=d01e36a189d183b3384824cb1dbd046bbc0ba532'/>
<id>d01e36a189d183b3384824cb1dbd046bbc0ba532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the 'compact' function. (Thanks to QuLogic)</title>
<updated>2013-05-06T14:48:47+00:00</updated>
<author>
<name>German M. Bravo</name>
<email>german.mb@deipi.com</email>
</author>
<published>2013-05-06T14:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyscss.git/commit/?id=b78b8ee6ea21bf480b450f5a42087b7bece7edd8'/>
<id>b78b8ee6ea21bf480b450f5a42087b7bece7edd8</id>
<content type='text'>
It appears to only remove 'false', and no other false-like values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It appears to only remove 'false', and no other false-like values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some gradient expansions. (Thanks to QuLogic)</title>
<updated>2013-05-06T14:48:01+00:00</updated>
<author>
<name>German M. Bravo</name>
<email>german.mb@deipi.com</email>
</author>
<published>2013-05-06T14:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyscss.git/commit/?id=b52ba40d692f3a6baab32d84c60b827721a031f1'/>
<id>b52ba40d692f3a6baab32d84c60b827721a031f1</id>
<content type='text'>
The ListValue class constructor doesn't know how to handle a generator,
and tried converting it into a string, which just gives you the internal
name/pointer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ListValue class constructor doesn't know how to handle a generator,
and tried converting it into a string, which just gives you the internal
name/pointer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show a better error if no colour stops given to -gradient functions. (Thanks to QuLogic)</title>
<updated>2013-05-06T14:47:21+00:00</updated>
<author>
<name>German M. Bravo</name>
<email>german.mb@deipi.com</email>
</author>
<published>2013-05-06T14:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyscss.git/commit/?id=151b8b3d1e06f7b963e91fcc1bdebd7d4b060c2f'/>
<id>151b8b3d1e06f7b963e91fcc1bdebd7d4b060c2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the invert function. (Thanks to QuLogic)</title>
<updated>2013-05-06T14:47:05+00:00</updated>
<author>
<name>German M. Bravo</name>
<email>german.mb@deipi.com</email>
</author>
<published>2013-05-06T14:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyscss.git/commit/?id=dfec328ddade4cacfc4ab87f692212c98de9a871'/>
<id>dfec328ddade4cacfc4ab87f692212c98de9a871</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the @if statement. (Thanks to QuLogic)</title>
<updated>2013-05-06T14:46:27+00:00</updated>
<author>
<name>German M. Bravo</name>
<email>german.mb@deipi.com</email>
</author>
<published>2013-05-06T14:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyscss.git/commit/?id=8d69fafe0493a4a99d183207e96df7ab29acf5c8'/>
<id>8d69fafe0493a4a99d183207e96df7ab29acf5c8</id>
<content type='text'>
Similar to the compact function, stuff should only be removed if it's
false, and not false-like.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similar to the compact function, stuff should only be removed if it's
false, and not false-like.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add skew function from CSS3 3D Transforms list. (Thanks to QuLogic)</title>
<updated>2013-05-06T14:45:42+00:00</updated>
<author>
<name>German M. Bravo</name>
<email>german.mb@deipi.com</email>
</author>
<published>2013-05-06T14:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyscss.git/commit/?id=6a45ebe1c161cd7a866d24bb901987b07e1f7a72'/>
<id>6a45ebe1c161cd7a866d24bb901987b07e1f7a72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
