0.0
No commit activity in last 3 years
No release in over 3 years
Myth is a preprocess that lets you write pure CSS without having to worry about slow browser support, or even slow spec approval. It's a like CSS polyfill.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Travis CI

Ruby Myth

Ruby Myth is a bridge to the Myth preprocessor.

Myth.preprocess File.read("input.css")

Installation

gem install myth

Dependencies

This library depends on the myth-source gem.

You can use this library with unreleased versions of Myth by setting the MYTH_SOURCE_PATH environment variable:

export MYTH_SOURCE_PATH=/path/to/myth.js

ExecJS

The ExecJS library is used to automatically choose the best JavaScript engine for your platform. Check out its README for a complete list of supported engines.

Running tests

$ BUNDLE_GEMFILE=test/gemfiles/0.3.0 bundle install
$ BUNDLE_GEMFILE=test/gemfiles/0.3.0 rake test

If you need to test against local gems, use Bundler's gem :path option in the Gemfile.