Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

autocomplete-css doesn't work with Smarty template engine. #44

Open
llagerlof opened this issue Mar 31, 2016 · 0 comments
Open

autocomplete-css doesn't work with Smarty template engine. #44

llagerlof opened this issue Mar 31, 2016 · 0 comments

Comments

@llagerlof
Copy link

llagerlof commented Mar 31, 2016

I think this issue is because all css codeblocks must stay inside the Smarty's tag {literal} and {/literal}.

How to reproduce:

  1. Create a page.htm and add the following code:
<style type="text/css">
{literal}
div {
    margin-left: 5mm;
    margin-right: 5mm;
    border: 1px solid blue;
    >> IF YOU TRY TO ADD SOMETHING HERE, THE AUTOCOMPLETE DOESN'T WORK.
}
{/literal}
</style>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant