X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b34836451ce57175740f68e699dffbf29f1258ed..ea5482e37c6f265ddfc22b2a6aea47e5a4d764b5:/tools/stripcss diff --git a/tools/stripcss b/tools/stripcss index 4b41f01..69156c4 100755 --- a/tools/stripcss +++ b/tools/stripcss @@ -4,6 +4,7 @@ use warnings; while (<>) { s!\s*/\*.*\*/\Z!!; # comments + s!/\*.*!! .. s!.*?/\*!! and next; # multiline comments s/^\s*//; # indentation and empty lines s/\h+/ /g; # alignment s/:\K\h//; # separators