Sha256: 81cd7fa2441fb032f847edd248e3f12157abd6bb400b46a572c27b124234c113
Contents?: true
Size: 342 Bytes
Versions: 9
Compression:
Stored size: 342 Bytes
Contents
require 'compass' project_path = File.join(File.dirname(__FILE__), '..') stylesheets_path = File.join(project_path) templates_path = File.join(project_path, 'templates') Compass::Frameworks.register( 'normalize-scss', :path => project_path, :stylesheets_directory => stylesheets_path, :templates_directory => templates_path )
Version data entries
9 entries across 9 versions & 1 rubygems