13 lines
705 B
CSS
Raw Normal View History

2013-07-12 23:32:20 +02:00
/**
* If you are developing a project that makes use of Dijit widgets, you will probably want to include the two files
* below; otherwise, you can remove them. When building for release, Dojo will automatically combine all of your
* @imported CSS files into a single file.
*
* It is highly, highly recommended that you develop your CSS using Stylus: http://learnboost.github.com/stylus/.
*/
2013-11-14 00:01:08 +03:00
/* @import '../../../js/3rdparty/resources/dojo/resources/dojo.css'; */
2013-09-17 16:21:38 +03:00
@import '../../../js/3rdparty/resources/dijit/themes/claro/claro.css';
@import '../../../js/3rdparty/resources/dojox/layout/resources/ExpandoPane.css';
@import '../../../js/3rdparty/resources/dojox/widget/ColorPicker/ColorPicker.css';