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

Version Path
normalize-scss-3.0.3 lib/normalize-scss.rb
normalize-scss-3.0.2 lib/normalize-scss.rb
normalize-scss-3.0.1 lib/normalize-scss.rb
normalize-scss-3.0.0 lib/normalize-scss.rb
normalize-scss-3.0.0.alpha.2 lib/normalize-scss.rb
normalize-scss-2.2.0 lib/normalize-scss.rb
normalize-scss-3.0.0.alpha.1 lib/normalize-scss.rb
normalize-scss-2.1.3 lib/normalize-scss.rb
normalize-scss-2.1.2 lib/normalize-scss.rb