Stylus To Less Converter Online

Input data
bfotool loadding
Output data
bfotool loadding

Stylus To Less Converter helps you to convert stylus to Less online.

Stylus to Less converter simplest

This free online tool lets you convert a Stylus file into a Less file.Just paste your Stylus in the form below and it will instantly get converted to Less No need to download or install any software. Free

Tool what is a Stylus to Less converter?

This Stylus to Less converter transforms Stylus data and files into Less data and files. This converter allows customizing input Stylus and output Less It also accepts Stylus files with custom column delimiter characters and field quote characters. It supports comment lines and you can optionally ignore empty lines. You can also change how many spaces to use in the output Less indentation.

How to Convert Stylus to Less?

Step 1: Select your input. Enter Data.
Step 2: Choose output options (optional) Output Options.
Step 3: Generate output.

Stylus to Less converter examples

Stylus

.navigation
    ul
        line-height 20px
        color blue
        a
            color red

Less

.navigation ul {
	line-height: 20px;
	color: #00f;
	a {
		color: #f00;
	}
}