You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
255 B
SCSS
14 lines
255 B
SCSS
2 years ago
|
$prefix: 'x-';
|
||
|
|
||
|
$include-ie: true;
|
||
|
$include-ff: false;
|
||
|
$include-chrome: false;
|
||
|
$include-safari: false;
|
||
|
$include-opera: false;
|
||
|
|
||
|
$compile-all: false;
|
||
|
$supports-border-radius: false;
|
||
|
$supports-gradients: false;
|
||
|
|
||
|
@import 'compass';
|
||
|
@import 'ext4/default/all';
|