Develop CSS inline and compile in external files
with styles.sh you can:
- develop your styles into your html script using:
a.< a href="#" style="display:block;">mylink;
b. <style> body{ background: blue; } </style>;
c. set separated files to compile to <style to="/folder/mycss.css"> body{ background: blue; }</style>
- organize alphabetically the styles
- fix images url path depending where create the generated css file
- if the tag script/html/style have the attribute "save" this contains the file where the content of styles/script should be saved