File modules/cms/ui/themes/default/style/openrat-components.less
Last commit: Sun Oct 13 13:17:32 2024 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.
1 /* Importing component-specific CSS */ 2 @import "../../../../../template_engine/components/html/component_editor/editor.less"; 3 @import "../../../../../template_engine/components/html/component_table/table.less"; 4 @import "../../../../../template_engine/components/html/component_upload/upload.less"; 5 @import "../../../../../template_engine/components/html/component_group/group.less"; 6 @import "../../../../../template_engine/components/html/component_image/image.less";
Downloadmodules/cms/ui/themes/default/style/openrat-components.less
History Sun, 13 Oct 2024 13:17:32 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.