Sha256: 1f9f10e49010607ec51d5d5db8e212133e2b9d5c71d9b5b9b4c0af675462ab18
Contents?: true
Size: 494 Bytes
Versions: 1
Compression:
Stored size: 494 Bytes
Contents
require 'compass' extension_path = File.expand_path(File.join(File.dirname(__FILE__), "..")) Compass::Frameworks.register('flint', :path => extension_path) # Version is a number. If a version contains alphas, it will be created as a prerelease version # Date is in the form of YYYY-MM-DD module Flint VERSION = "1.6.0" DATE = "2014-07-03" end # Custom functions module Sass::Script::Functions def selector_string() return Sass::Script::String.new(environment.selector.to_s) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flint-gs-1.6.0 | lib/flint.rb |