Prerequisites
Description
Let's make the CSS autocomplete work in the HTML inline styles!
Not all front-end developers make web pages. Some make email templates. As you know, all email newsletter HTML code must have CSS placed inline. Currently that's a challenge because Atom CSS autocomplete doesn't work on HTML inline styles.
Steps to Reproduce
- Create HTML file
- Try placing
style="display: block" on it, as in <img src="zzz.jpg" alt="zzz" style="display: block;">
Expected behavior: [What you expect to happen]
Autocomplete should work on the HTML inline CSS.
Actual behavior: [What actually happens]
Autocomplete does not work on the HTML inline CSS.
Versions
Atom 1.32.0-beta1
autocomplete-css 0.17.5
Prerequisites
Description
Let's make the CSS autocomplete work in the HTML inline styles!
Not all front-end developers make web pages. Some make email templates. As you know, all email newsletter HTML code must have CSS placed inline. Currently that's a challenge because Atom CSS autocomplete doesn't work on HTML inline styles.
Steps to Reproduce
style="display: block"on it, as in<img src="zzz.jpg" alt="zzz" style="display: block;">Expected behavior: [What you expect to happen]
Autocomplete should work on the HTML inline CSS.
Actual behavior: [What actually happens]
Autocomplete does not work on the HTML inline CSS.
Versions
Atom 1.32.0-beta1
autocomplete-css 0.17.5