14 lines
255 B
SCSS
14 lines
255 B
SCSS
$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'; |