From 3fb70965dec566f17ce44a8edbccf11a3c8135ed Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Sat, 29 Mar 2025 10:44:26 -0500 Subject: [PATCH] Add submodule for paper-css - Added a submodule named 'vendor/paper-css' to the .gitmodules file. - Set the path to 'vendor/paper-css' and the URL to 'https://github.com/cognitom/paper-css.git'. - Updated the submodule URL to reflect the new repository location. --- .gitmodules | 3 +++ vendor/paper-css | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/paper-css diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a887fe1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/paper-css"] + path = vendor/paper-css + url = https://github.com/cognitom/paper-css.git diff --git a/vendor/paper-css b/vendor/paper-css new file mode 160000 index 0000000..c69fbe2 --- /dev/null +++ b/vendor/paper-css @@ -0,0 +1 @@ +Subproject commit c69fbe2d687c328345774fb81b5e81d40ea7ad47