sass.rb
Path:
lib/sass.rb
Last Update:
Sat Feb 23 07:13:03 +0000 2019
Required files
sass/version sass/logger sass/util sass/engine sass/plugin sass/railtie
Constants
SASS_BEGUN_TO_LOAD
=
true unless defined?(SASS_BEGUN_TO_LOAD)
This is necessary to set so that the Haml code that tries to load
Sass
knows that
Sass
is indeed loading, even if there‘s some crazy autoload stuff going on.
[Validate]