aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-19 20:06:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-19 20:06:14 +0300
commit5218b710c30f7d7ebd05f337a23e4b47d93979d4 (patch)
tree27034f919d9dc53da333a0ee8264d95662edfc59
Create
-rw-r--r--.gitmodules3
m---------basic0
-rw-r--r--build/bootstrap.build5
-rw-r--r--buildfile1
-rw-r--r--doc.css1
-rw-r--r--manifest7
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 1bfac15b3f71b82b6309e5fccc53a7b4fe898a1
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}
diff --git a/doc.css b/doc.css
new file mode 100644
index 0000000..854d768
--- /dev/null
+++ b/doc.css
@@ -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