diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-14 19:32:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-14 19:32:09 +0300 |
commit | be29c2865b1eb999d3383f0e44ec933737f780e4 (patch) | |
tree | 842ba830e70b7f2bcc82556d4f559097c8b75291 |
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | basic | 0 | ||||
-rw-r--r-- | build/bootstrap.build | 5 | ||||
-rw-r--r-- | buildfile | 1 | ||||
-rw-r--r-- | doc.css | 1 | ||||
-rw-r--r-- | manifest | 7 |
6 files changed, 17 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6af3cec --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "basic"] + path = basic + url = ../style-basic.git diff --git a/basic b/basic new file mode 160000 +Subproject 4d253081d1e2f9c7ee4f2c4b015b41efd2336fa diff --git a/build/bootstrap.build b/build/bootstrap.build new file mode 100644 index 0000000..d0e43f7 --- /dev/null +++ b/build/bootstrap.build @@ -0,0 +1,5 @@ +project = style + +using config +using version +using dist diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..3c748b7 --- /dev/null +++ b/buildfile @@ -0,0 +1 @@ +./: file{manifest} @@ -0,0 +1 @@ +h2 {font-size: 2em;} diff --git a/manifest b/manifest new file mode 100644 index 0000000..57aacf9 --- /dev/null +++ b/manifest @@ -0,0 +1,7 @@ +: 1 +name: style +version: 1.0.0 +summary: CSS style +license: MIT +url: http://example.org +email: pkg@example.org |