You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
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.