30cef1a739
* tinymce is not used anymore, we can delete the cuson CSS file * mv the plugins_details template to addon_details * renamed template called from admin panel * some CSS classes that should be addon where still plugin * Insert a warning into the generated quattro CSS files
5 lines
191 B
Makefile
5 lines
191 B
Makefile
##
|
|
|
|
style.css : style.less colors.less ../icons.less ../quattro.less
|
|
echo "/* THIS FILE IS GENERATED FROM THE less SOURCE DO NOT EDIT MANUALLY */" > style.css
|
|
lessc style.less >> style.css
|