Skip to content

Commit

Permalink
Prepped repo for use in local dev + fix styling <ol> (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Veerle's Studio <[email protected]>
  • Loading branch information
verlev and Veerle's Studio authored Nov 13, 2024
1 parent 3a307ad commit 0aa3b58
Show file tree
Hide file tree
Showing 7 changed files with 6,246 additions and 4,852 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
/node_modules
.idea
.idea
Gemfile.lock

# All rendered jekyll files - not needed on GH
_site/

# All rendered dev webpack files — not needed on GH
dist/docs.js
dist/styles.css
4 changes: 2 additions & 2 deletions _data/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"docs.css": "/dist/styles.16aefd34ae83682653f9.css",
"docs.js": "/dist/docs.16aefd34ae83682653f9.js"
"docs.css": "/dist/styles.37ac52199636dc5cb181.css",
"docs.js": "/dist/docs.37ac52199636dc5cb181.js"
}
9 changes: 8 additions & 1 deletion assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,19 @@ h3 {
article ul {
@apply list-disc pl-6;
}
article ol {
@apply list-decimal pl-6;
}
article ul li,
article ol li {
@apply mb-1;
}

.focus\:placeholder-none:focus::placeholder {
opacity: 0;
}

p, ul {
p, ul, ol {
@apply mb-4;
}

Expand Down
File renamed without changes.

Large diffs are not rendered by default.

Loading

0 comments on commit 0aa3b58

Please sign in to comment.