Sha256: 07a06cfbe289ed9fb304c16339e796f6d0b07dba728cec8cc0c8973208684c1b
Contents?: true
Size: 519 Bytes
Versions: 6
Compression:
Stored size: 519 Bytes
Contents
Feature: Usage of SassC Scenario: Using SassC Given a fixture app "base-app" And a file named "config.rb" with: """ require "sassc" activate :sprockets """ And a file named "source/stylesheets/site.css.scss" with: """ $color: #fff; html { body { color: #fff; } } """ And the Server is running When I go to "/stylesheets/site.css" Then I should see: """ html body { color: #fff; } """
Version data entries
6 entries across 6 versions & 2 rubygems