mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-17 17:41:06 +00:00
passed tests and lint
This commit is contained in:
parent
b943a414fd
commit
2fb5da587b
3 changed files with 571 additions and 578 deletions
1129
docs/package-lock.json
generated
1129
docs/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@
|
|||
"@creativebulma/bulma-divider": "^1.1.0",
|
||||
"@fontsource/crimson-pro": "^4.5.1",
|
||||
"@fontsource/rasa": "^4.5.3",
|
||||
"@quasibit/eleventy-plugin-schema": "^1.0.0",
|
||||
"@quasibit/eleventy-plugin-schema": "^1.3.0",
|
||||
"@sindresorhus/slugify": "^2.1.0",
|
||||
"animate-sass": "^0.8.2",
|
||||
"eleventy-critical-css": "^1.0.0",
|
||||
|
|
@ -30,24 +30,24 @@
|
|||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"@fullhuman/postcss-purgecss": "^4.0.3",
|
||||
"@toycode/markdown-it-class": "^1.2.4",
|
||||
"algoliasearch": "^4.10.5",
|
||||
"autoprefixer": "^10.3.1",
|
||||
"algoliasearch": "^4.12.0",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"bulma": "^0.9.3",
|
||||
"bulma-pricingtable": "^0.2.0",
|
||||
"cssnano": "^5.0.14",
|
||||
"cssnano": "^5.0.15",
|
||||
"eleventy-plugin-metagen": "^1.4.0",
|
||||
"esbuild": "^0.14.6",
|
||||
"esbuild": "^0.14.11",
|
||||
"fontawesome-subset": "^3.0.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"markdown-it": "^12.3.0",
|
||||
"markdown-it": "^12.3.2",
|
||||
"markdown-it-anchor": "^8.3.0",
|
||||
"markdown-it-div": "^1.1.0",
|
||||
"markdown-it-imsize": "^2.0.1",
|
||||
"outdent": "^0.8.0",
|
||||
"postcss-cli": "^9.1.0",
|
||||
"postcss-nested": "^5.0.6",
|
||||
"prismjs": "^1.24.1",
|
||||
"sass": "^1.45.1",
|
||||
"prismjs": "^1.26.0",
|
||||
"sass": "^1.48.0",
|
||||
"slugify": "^1.6.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,9 +77,7 @@ def test_without_config(runner: CliRunner, tmp_file: TextIO) -> None:
|
|||
data-tooltip="{% if favorite == "yes" %}Remove from Favorites {% else %}Add to Favorites{% endif %}"
|
||||
fav-type="report"
|
||||
object-id="{{ report.report_id }}">
|
||||
<span class="icon has-text-grey is-large ">
|
||||
<i class="fas fa-lg fa-star"></i>
|
||||
</span>
|
||||
<span class="icon has-text-grey is-large "><i class="fas fa-lg fa-star"></i></span>
|
||||
</a>
|
||||
"""
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue