module RogerSassc

The RogerSassc namespace

Version number

Constants

DEFAULT_LOAD_PATHS

Loading default bower_components here, just as a little reward for using the default but you can overwrite or append any path you like

VERSION

Attributes

load_paths[RW]

Public Class Methods

append_path(*paths) click to toggle source

Add one or more paths to the array, that will be given to libsass in general load paths are only required once a file is hard or impossible to reach by a relative path

# File lib/roger_sassc.rb, line 17
def append_path(*paths)
  @load_paths.push(*(paths.flatten))
end
Also aliased as: append_paths
append_paths(*paths)
Alias for: append_path