Sha256: 8f49203af3a235a4da7f21b11805cdc97218327c40bb397401d47d06f6efdbfa

Contents?: true

Size: 493 Bytes

Versions: 1

Compression:

Stored size: 493 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.0.0"
  DATE = "2014-04-21"
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.0.0 lib/flint.rb