7 lines
91 B
Ruby
7 lines
91 B
Ruby
# frozen_string_literal: true
|
|
|
|
module SassC
|
|
module Rails
|
|
VERSION = "2.1.2"
|
|
end
|
|
end
|