Skip to content

Slueth for css #22

@MortalCatalyst

Description

@MortalCatalyst

I loaded slueth as I was trying to get one last thing in vim that I was having trouble with and that is indenting for css

so I loaded a styles.css file which is indented such as this.

div {
    margin:0;
    padding:0;
  }
div div {
   background: #A4CA39;
   position: relative;
}
.android {
    height: 404px; width: 334px;
    margin: 100px auto;
  }

But when I edited to contiue I still didn't get correct indentation i got this, is there a way to get it right?

 .body {
  }

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