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

Let's enable autocomplete for HTML inline CSS styles #113

@revelt

Description

@revelt

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

  1. Create HTML file
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions