Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 27, 2024
1 parent dc97f68 commit c1c5b3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-cli",
"version": "136.2.0",
"version": "136.2.1",
"description": "A language for scientists of all ages. A curated collection of tools for refining and sharing thoughts.",
"main": "scroll.js",
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions parsers/container.parsers
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ scrollContainerParser
get maxWidth() {
return this.atoms[1] || "1200px"
}
compileEmbeddedVersion() {
return ""
}
compile() {
this.parent.bodyStack.push("</div>")
return `<div style="width: 100%; box-sizing: border-box; max-width: ${this.maxWidth}; margin: 0 auto; padding: 20px;" class="scrollContainerParser">`
Expand Down
3 changes: 3 additions & 0 deletions releaseNotes.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ ciBadges.scroll
br
thinColumns

πŸ“¦ 136.2.1 9/26/2024
πŸ₯ container style fix when in snippets

πŸ“¦ 136.2.0 9/26/2024
πŸŽ‰ added `container` parser

Expand Down

0 comments on commit c1c5b3c

Please sign in to comment.