Sha256: 31bc363f567a4e78372a806cb74a04b76ed29fa61c89234d8a4aafe33a705aae
Contents?: true
Size: 458 Bytes
Versions: 1
Compression:
Stored size: 458 Bytes
Contents
# Contains extensions of Sass::Script::Nodes to add support for accessing # various parts of the parse tree not provided out-of-the-box. module Sass::Script class Variable # When accessing keyword arguments, the Sass parser treats the underscored # name as canonical. Since this only matters during the compilation step, we # can safely override the behaviour to return the original name. def underscored_name @name end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
scss-lint-0.9.0 | lib/sass/script.rb |