STYLUS

introductie

Joost van Meeteren


Stylus - Links

Wikipedia - Stylus (stylesheet language).

Stylus Expressive, dynamic, and robust CSS.


CSS Portal - CSS to Stylus Converter.


Stylus - Introductie

...


Stylus - Voorbeeld stylesheet


Conversie van CSS naar Stylus:

@media print {

body {
	display: none;
}

}

body {
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

a {
	outline: 0px !important;
	-webkit-appearance: none;
}

==>

@media print
  body
    display none

body
  -moz-user-select none
  -ms-user-select none
  -o-user-select none
  -webkit-user-select none
  user-select none

a
  outline 0px !important
  -webkit-appearance none

Platform conversie: https://www.cssportal.com/css-to-stylus/


Stylus - Voorbeeld met layout in Stylus

Een voorbeeld met layout in Stylus: Voorbeeld in Stylus.


Joost De WebMaker
2002-2024 © Joost van Meeteren
Laatste update website: maandag 16 september 2024