pavex/css-url-data

There is no license information available for the latest version (dev-main) of this package.

dev-main 2024-08-26 15:26 UTC

This package is not auto-updated.

Last update: 2025-06-17 17:36:28 UTC


README

make.bat - example how to make scss file

@ECHO OFF
SET scssfile="test.scss"
SET makescss="%~dp0vendor\bin\scss-url-data.php.bat"
SET mediadir="%~dp0media"

ECHO /* SCSS auto-generated tokens by batch */ > %scssfile%
CALL %makescss% logotype-transparent %mediadir%\logotype-transparent-200x70px.png >> %scssfile%
CALL %makescss% logotype-animation %mediadir%\logotype-animation.gif >> %scssfile%
CALL %makescss% icon--menu %mediadir%\menu.svg $FF0000 >> %scssfile%