2024-11-10 00:01:15 +01:00
|
|
|
#!/bin/bash
|
|
|
|
# conversion de style pour le html
|
|
|
|
# https://sass-lang.com
|
|
|
|
|
2024-11-14 16:22:34 +01:00
|
|
|
sass templates/styles_src/style_general.scss templates/styles/style_general.css
|
|
|
|
|
|
|
|
cp templates/styles/style_general.css html-websites/tykayn_blog/style.css
|
2024-11-19 23:50:42 +01:00
|
|
|
cp templates/styles/style_general.css html-websites/qzine_blog/style.css
|
|
|
|
cp templates/styles/style_general.css html-websites/cil_gometz/style.css
|
|
|
|
cp templates/styles/style_general.css html-websites/helia_blog/style.css
|
2024-11-14 16:22:34 +01:00
|
|
|
cp templates/styles/style_general.css html-websites/cipherbliss_blog/style.css
|