Skip to content

Tailwind colon in css lines shouldn't have a space. #408

@rolf-yoast

Description

@rolf-yoast
  • VS Code Version: 1.63.2
  • beautify Version: v1.5.0

Provide the settings you use:
VS Code:

"beautify.language": {
		"js": {
			"type": [
				"javascript",
				"json",
				"jsonc"
			],
			"filename": [
				".jshintrc",
				".jsbeautifyrc"
			]
		},
		"css": [
			"less",
			"css",
			"scss"
		],
		"html": [
			"htm",
			"html"
		]
	},

Expected results

.button {
	@apply hover:bg-amber-100;
}

Actual results

.button {
	@apply hover: bg-amber-100;
}

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