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

Version Path
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-sprockets-4.1.1/features/test_cases/sassc.feature
middleman-sprockets-4.1.1 features/test_cases/sassc.feature
middleman-sprockets-4.1.0 features/test_cases/sassc.feature
middleman-sprockets-4.0.0 features/test_cases/sassc.feature
middleman-sprockets-4.0.0.rc.3 features/test_cases/sassc.feature
middleman-sprockets-4.0.0.rc.2 features/test_cases/sassc.feature