SCSS To Stylus Converter helps you to convert SCSS to Stylus online.
SCSS to Stylus converter simplest
This free online tool lets you convert a SCSS file into a Stylus file.Just paste your SCSS in the form below and it will instantly get converted to Stylus No need to download or install any software. Free
Tool what is a SCSS to Stylus converter?
This SCSS to Stylus converter transforms SCSS data and files into Stylus data and files. This converter allows customizing input SCSS and output Stylus It also accepts SCSS 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 Stylus indentation.
How to Convert SCSS to Stylus?
Step 1: Select your input. Enter Data.
Step 2: Choose output options (optional) Output Options.
Step 3: Generate output.
SCSS to Stylus converter examples
SCSS
.navigation ul {
line-height: 20px;
color: blue;
a {
color: red;
}
}
Stylus
.navigation
ul
line-height 20px
color blue
a
color red