CSS naar SASS-converter

Input data
bfotool loadding
Output data
bfotool loadding

CSS naar SASS-converter het eenvoudigst

Met deze gratis online tool kunt u een CSS-bestand converteren naar een SASS-bestand. Plak uw CSS in het onderstaande formulier en het wordt onmiddellijk geconverteerd naar SASS. U hoeft geen software te downloaden of te installeren. Vrij

Hoe CSS naar SASS te converteren?

Stap 1: Selecteer uw invoer. Gegevens invoeren.
Stap 2: Kies uitvoeropties (optioneel) Uitvoeropties.
Stap 3: Genereer output.

Voorbeelden van CSS naar SASS-converter

CSS

.feature-url {
    background: #f7f7f7;
    text-align: center;
}
.feature-url li {
    list-style: none;
    display: inline-block;
    margin: 2px;
    border: 1px solid #e9ebee;
    text-align: center;
}
.feature-url li a {
    padding: 5px;
    color: blue;
    display: block;
    min-width: 70px;
}
.feature-url li a i {
    font-size: 20px;
}
.feature-url li a:hover {
    text-decoration: none;
    background: #e9ebee;
    color: #222;
}
.feature-url li.active a {
    background: #e9ebee;
    color: #222;
}

SASS

$color1: #f7f7f7
$color2: #e9ebee
$color3: #222222

.feature-url 
	background: @color1
	text-align: center
	li 
		list-style: none
		display: inline-block
		margin: 2px
		border: 1px solid @color2
		text-align: center
		a 
			padding: 5px
			color: blue
			display: block
			min-width: 70px
			i 
				font-size: 20px
			
			&:hover 
				text-decoration: none
				background: @color2
				color: @color3
		&.active a 
			background: @color2
			color: @color3

CSS naar SASS helpt bij het converteren van CSS-stijlindeling naar SASS-stijlindeling. Het is een zeer eenvoudige en gemakkelijke manier om CSS naar SASS-gegevens te transformeren en te delen. De
beste en veilige CSS naar SASS werkt goed in Windows, Mac, Linux, Chrome, Firefox, Safari en Edge.