From bac779a7b9ef053b8253d4d76c594b03b19157aa Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 18 Jan 2016 03:28:44 +0100 Subject: [PATCH] submodule scssphp --- .gitmodules | 3 +++ autoload.inc | 2 +- lib | 1 + lib_scssphp.php | 5 ++--- 4 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .gitmodules create mode 160000 lib diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..006436c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib"] + path = lib + url = git@github.com:leafo/scssphp.git diff --git a/autoload.inc b/autoload.inc index 5751192..47ec99e 100644 --- a/autoload.inc +++ b/autoload.inc @@ -1,3 +1,3 @@