generate functionThu, 02 Mar 2023

how to add options for rails SassProcessor

def sass_options(options = {}) options = { :syntax => :scss, :load_paths => [stylesheets_path], :cache => true, :style => :compressed, :load_paths => [stylesheets_path] }.merge(options) end

Questions about programming?Chat with your personal AI assistant