mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
10 lines
268 B
SCSS
10 lines
268 B
SCSS
@charset "UTF-8";
|
|
|
|
/// Global variables to enable or disable vendor prefixes
|
|
|
|
$prefix-for-webkit: true !default;
|
|
$prefix-for-mozilla: true !default;
|
|
$prefix-for-microsoft: true !default;
|
|
$prefix-for-opera: true !default;
|
|
$prefix-for-spec: true !default;
|