Appearance View source

The appearance CSS property is used to display an element using a platform-native styling based on the operating system's theme.

{% highlight scss %} @include appearance(none); {% endhighlight %}