Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
ba678a9359acc8095a01fec1149855292513c16d
/
.
/
views
/
style
/
sass
/
bootstrap
/
_bootstrap-sprockets.scss
blob: 9fffc1eb4b1b9aac66c9329cd6691c33483313c5 [
file
] [
log
] [
blame
]
Matteo Scandolo
2500e39
2016-03-25 17:20:27 -0700
[
diff
] [
blame
]
1
@function
twbs
-
font
-
path
(
$path
)
{
2
@return
font
-
path
(
$path
);
3
}
4
5
@function
twbs
-
image
-
path
(
$path
)
{
6
@return
image
-
path
(
$path
);
7
}
8
9
$bootstrap
-
sass
-
asset
-
helper
:
true
;