From 36127a3c92dc9782c04be5d8df2c7baaa3dbb3c2 Mon Sep 17 00:00:00 2001 From: Mohammad Younes Date: Fri, 24 Oct 2014 00:40:07 +0300 Subject: [PATCH] CLI: Switch to UNIX line endings Fixes #14 --- bin/rtlcss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rtlcss.js b/bin/rtlcss.js index 990d417..0f7da55 100644 --- a/bin/rtlcss.js +++ b/bin/rtlcss.js @@ -264,4 +264,4 @@ if (input != '-') { process.stdin.on('end', function() { processCSSFile(false, buffer); }); -} +} \ No newline at end of file