_HeatmapSlider.scss 147 B

1234567
  1. @mixin heatmapSlider() {
  2. @include smartMappingSlider(esri-heatmap-slider);
  3. }
  4. @if $include_HeatmapSlider == true {
  5. @include heatmapSlider();
  6. }