Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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