summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/sass-embedded-1.101.0-arm64-darwin/exe/sass
blob: 3a0111d2e43813d9aee4c6cbe5840331488eb8f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env ruby
# frozen_string_literal: true

require 'sass/cli'

module Sass
  # The `sass` command line interface
  module CLI
    Kernel.exec(*COMMAND, *ARGV)
  end

  private_constant :CLI
end