Skip to content

2.0.2

Choose a tag to compare

@curbengh curbengh released this 05 Sep 04:02
· 16 commits to master since this release
e3e9192

Fix

  • fix: enable disableNunjucks to avoid rendering nunjucks tag [#52]
    • it's now safe to use:
    div::before {
      content: "{{}}";
    }