From 21c29a84e79a6b3576fdd9e4560714b51b45849e Mon Sep 17 00:00:00 2001
From: Lucas Becker
Date: Sun, 29 Mar 2020 23:07:09 +0200
Subject: [PATCH 1/6] demo page link
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 1a0ff66..a164e6f 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,11 @@ This project evolved from my own small CSS micro-framework: reoccuring basic sni
YAMB is ready to use, but can also act as a solid starting point for your own design adventure. It has everything you need!
+
+
+[››› See the demo page ‹‹‹](https://runxel.github.io/yamb-css/)
+
+
## Features
- 🏝 easy to use, since it is mostly[1](#f1) classless
- 💻 easy to hack on: it's plain simple CSS, no preproccesors involved
From deddcf3a362cb061c0ca369eb473f0b620c49da6 Mon Sep 17 00:00:00 2001
From: Lucas Becker
Date: Wed, 6 May 2020 17:20:38 +0200
Subject: [PATCH 2/6] inc. vendored
---
.gitattributes | 1 +
1 file changed, 1 insertion(+)
create mode 100644 .gitattributes
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..c1b8f52
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.html linguist-vendored
From abded6a8be1ff5d162aaef9bfef60c9236ae19a6 Mon Sep 17 00:00:00 2001
From: Lucas Becker
Date: Wed, 6 May 2020 18:48:10 +0200
Subject: [PATCH 3/6] npm stuff
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index c7d969a..4db5966 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
# gitignore
+package-lock.json
node_modules/
.npm
From 87b6421ece40fb3103535ea6b3b27bf940e6c2cf Mon Sep 17 00:00:00 2001
From: Lucas Becker
Date: Wed, 6 May 2020 18:48:22 +0200
Subject: [PATCH 4/6] add feature list
---
index.html | 25 ++++++++++++++++++-------
1 file changed, 18 insertions(+), 7 deletions(-)
diff --git a/index.html b/index.html
index 444e314..c2e93af 100644
--- a/index.html
+++ b/index.html
@@ -18,10 +18,21 @@
YAMB CSS
YAMB («Yet Another Minimal Barebone CSS») is a mostly classless, simple CSS which acts a solid starting point for
your own work.
- Project at GitHub.