Skip to content

CSS semicolon not added when a colon is typed #1

@tomthetree

Description

@tomthetree

Hi, awesome bundle! :)

One difference from using the regular CSS bundle and the LESS bundle is when you type a css attribute followed by a colon:

# test {

outline:
}

The regular CSS bundle will place a semicolon after your cursor, so:

# test {

outline:;
}

Saving you from typing it. Small difference but something I'm used to; thought I'd flag it.

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions