akalongman / akalongman/sublimetext-codeformatter

Add an option to prevent minify from html embedded css

Offen
#34 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
enhancement
Vorherrschende Sprache
Python
Sterne
772
Forks
128
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

Even if this behavior is a good idea for production files, it's pretty annoying during the devel one because when i (only) want to format my html tags, my css will become unreadable at the same time :/ :

from :

```

(...)

a.input {
float: right;
}

```

to :

```

(...)

a.input { float: right; }

```

ps : ty about your great work :).

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.