50%

SASS to LESS

SASS to LESS Converter Online



SASS to LESS Converter is an online tool that is used to convert plain SASS to LESS it is also used for saving and sharing Converted LESS. SASS stands for syntactically awesome


Functions of SASS to LESS Converter



SASS to LESS Converter makes the conversion of SASS to LESS easy and quick It aids the loading of SASS File to be transformed to LESS This tool functions perfectly on all Java supported browsers such as MACEDGE. LINUS WINDOWS and so on It also enables the loading the SASS URL converting to LESS


Example of SASS to LESS

SASS Try it.

.combo
	color: #123 
	border: 1px solid red 
	.marked 
		font-weight: bold 
p 
	font-size: 200px 
	color: #123 
	border: 1px solid red 
	.marked 
		font-weight: bold

Converted LESS

// Color variables (appears count calculates by raw css)
@color0: #112233; // Appears 2 times

.combo {
	border: 1px solid red;
	color: @color0;
	.marked {
		font-weight: bold;
	}
}
p {
	border: 1px solid red;
	color: @color0;
	font-size: 200px;
	.marked {
		font-weight: bold;
	}
}

For Advanced Users

SASS External URL

Load SASS External URL in Browser URL like this https://www.fancytextconverter.com/sass-to-less-converter?url=external-url

https://www.fancytextconverter.com/sass-to-less-converter#url=https://gist.githubusercontent.com/cbmgit/3e910fcf812fe8da1b58f9c1febd2630/raw/sasssample.sass

Related Tools


Recently visited pages


Tags


CSS