Hi Tobias,
LESS is basically a text replacement tool, which giving us the possibility to
use mixins and variables in CSS.
You can parse LESS files on the fly, by including the the less.js and the less
file, if you have your own theme.
See:
http://lesscss.org/
<link rel="stylesheet/less" type="text/css" href="styles.less">
<script src="less.js" type="text/javascript"></script>
We could not include this library because it collides with the used MIT license.
The less compile process is not included in the python generator.
The LESS files are split up into different file parts like "_main.less",
"_ios.less" etc.
These files can not be compiled by LESS alone, because they have dependencies
to other parts.
If you want to compile LESS files with SimpLESS, just include the indigo.less,
ios.less or android.less
Do you want to modify one of our themes? Or do you just want to customize your
own widgets?
If you just want to include plain css, you can enter the css statements to your
project on resource/css/<YOUR-PROJECT>/styles.css
There is a way to completely disable our theming system. But before I explain
how, please tell me what you want to change in theming.
Greetz Christopher
Am 02.08.2012 um 11:02 schrieb Tost, Tobias:
Hi,
during more investigation of the internal guts of qx-2.0(.1), I found that you
switched in mobile from hand-crafted .css files to lesscss.
Normally, less is some sort of CSS-based programming language, right? How are
the users supposed to integrate your addition to qooxdoo properly in their
pipeline? There’s no documentation on how this is supposed to work whatsoever
and what your improvements were. Compiling the folder
framework/source/resource/qx/mobile/less/ manually using simples doesn’t work
too good – I get errors, some files are not compiling at all.
Could I migrate qx-1.6 handcrafted CSS to the qx-2.0 mobile css folder and
expect things to look the same or is the build process of the .less-files
integrated to the pylib?
Thanks in advance,
Tobias Tost
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
qooxdoo-devel mailing list
[email protected]<mailto:[email protected]>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel