commit 3fb70965dec566f17ce44a8edbccf11a3c8135ed Author: Anthony Correa Date: Sat Mar 29 10:44:26 2025 -0500 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. 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