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

Missing colon when writing inline CSS #212

Open
1 task done
ole-dave opened this issue Sep 24, 2018 · 0 comments
Open
1 task done

Missing colon when writing inline CSS #212

ole-dave opened this issue Sep 24, 2018 · 0 comments

Comments

@ole-dave
Copy link

Prerequisites

Description

I love Atom so far and am planning to start using it for web projects. In my day job I design and develop a lot of HTML email, which requires inlining most of your styles as a workaround for clients that strip styles out of the tag.

The issue I've got is small, but has been requested by others (but apparently in the wrong repo): atom/autocomplete-css#68

Steps to Reproduce

Copying from the earlier example I linked to, as it did a good job explaining it simply:

  1. If I wanted this
    <td style="line-height: 18px
  2. I'd start to type li to get the line-height auto-complete option and hit enter.
  3. It would autocomplete, but it would not automatically insert a : after the attribute.

This results in a lot of manual typing of styles, which is a frustrating workflow. This probably only applies to the niche of email development, which is probably why it hasn't come up much.

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