added composer files and installed vendor packages. Also modified xsls to display base project

This commit is contained in:
2026-08-09 09:59:37 -04:00
parent 53cd5430ee
commit 2d96a7b6e5
2142 changed files with 569661 additions and 240 deletions
@@ -0,0 +1,12 @@
a[href^="mailto:"]::after {
content: "mailto:user@example.com;subject=test";
}
div[data-url*="example.com?a=1&b=2"] {
background-image: url("https://example.com/a;b.png?x=1&y=2");
font-family: "Open Sans", "Noto Sans", sans-serif;
}
p.note {
background: linear-gradient(90deg, rgba(0,0,0,.1), rgba(255,255,255,.8));
}
@@ -0,0 +1,3 @@
.icon\:warning[data-kind="print-a"]:first-child { color: red; }
#hero\#title > a.link\+cta[href*="campaign=42"] { margin: 0; }
nav ul li:nth-child(2) > a[title="A > B"] { text-decoration: underline; }