# File lib/sass/util.rb, line 375
def
min
(
val1
,
val2
)
val1
<=
val2
?
val1
:
val2
end