2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-08-20 18:52:44 +08:00
discourse/lib/stylesheet/common.rb

10 lines
175 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require 'sassc'
module Stylesheet
module Common
ASSET_ROOT = "#{Rails.root}/app/assets/stylesheets" unless defined? ASSET_ROOT
end
end