dev-master
9999999-dev http://github.com/romaninsh/themeroller_extractorThemeroller to LESS settings convertor
AGPL
The Requires
- atk4/atk4 >=4.2
- php >=5.3
atk4
Themeroller to LESS settings convertor
, (*1)
This addon helps you convert jQuery UI Themeroller settings into a LESS compatible include file., (*2)
We hope that Themeroller will start using LESS in the future, but for now it simply generates a CSS file. When we want to add additional styles in CSS, we often need to rely on same colors as defined in themeroller. Currently we must manually find and copy-paste colors., (*3)
By using this simple convertor, it's possible to easily convert URL into LESS include file and then re-use in your custom LESS framework., (*4)
Route page to add-on by adding into your Application class (Frontend.php
), (*5)
$this->routePages('themeroller','romaninsh/themeroller_extractor');
themeroller
on your site.For an example of a current Agile Toolkit jQuery UI theme settings, see https://github.com/atk4/atk4/blob/master/templates/shared/css/less/jui-variables.less, (*6)
This add-on is distributed under AGPL and MIT licenses, use it for free without limitations., (*7)
Themeroller to LESS settings convertor
AGPL
atk4