mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
20 lines
251 B
SCSS
20 lines
251 B
SCSS
|
|
// Global Functions
|
|
@import "util/functions";
|
|
|
|
|
|
// Global Mixins
|
|
@import "util/mixins";
|
|
|
|
|
|
// Global include-rtl
|
|
$include-rtl: true !default;
|
|
|
|
|
|
// Global font path
|
|
$font-path: "../fonts" !default;
|
|
|
|
|
|
// Hairline width
|
|
$hairlines-width: .55px !default;
|