8000 Adds 2 new lines between each rule group if run twice in a .sass file · Issue #72 · csscomb/sublime-csscomb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Adds 2 new lines between each rule group if run twice in a .sass file #72
Open
@eduardodomingos

Description

@eduardodomingos

It works as expected if I only run ctrl+shit+c once.
If i run this shortcut again it adds an extra new line between each group of similar properties:

position: absolute
|
width: 100%

is converted to:

position: absolute
|
|
width: 100%

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0