From 3647ff37c565c77ebd1e68fce1552201c35b5cb3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 15 May 2018 15:28:17 +0400 Subject: Complete redesign of site styles Signed-off-by: Valentin Popov --- _scss/utilities/_appearance.scss | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 _scss/utilities/_appearance.scss (limited to '_scss/utilities/_appearance.scss') diff --git a/_scss/utilities/_appearance.scss b/_scss/utilities/_appearance.scss deleted file mode 100644 index f6f7bdb..0000000 --- a/_scss/utilities/_appearance.scss +++ /dev/null @@ -1,13 +0,0 @@ -// Appearance -// -// The appearance property is used to display an element using a platform-native styling based on the users' operating system's theme. -// -// Values: auto | none -// Default: auto -// -// http://www.w3.org/TR/css3-ui/#appearance -@mixin appearance($value: auto) { - -webkit-appearance: $value; - -moz-appearance: $value; - appearance: $value; -} -- cgit v1.2.3