Sha256: 2b34965db90d659329cf5e7115083bc11cce11dfeea94a6b841e472ff3b26c78

Contents?: true

Size: 517 Bytes

Versions: 18

Compression:

Stored size: 517 Bytes

Contents

Feature: Support SCSS Syntax
 In order to offer an alternative when writing Sass

 Scenario: Rendering scss
   Given the Server is running at "scss-app"
   When I go to "/stylesheets/site_scss.css"
   Then I should see "html"

 Scenario: Rendering scss
   Given the Server is running at "scss-app"
   When I go to "/stylesheets/layout.css"
   Then I should see "html"

 Scenario: Rendering scss errors
   Given the Server is running at "scss-app"
   When I go to "/stylesheets/error.css"
   Then I should see "Error:"

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
middleman-core-4.6.0 features/scss-support.feature
middleman-core-4.5.1 features/scss-support.feature
middleman-core-4.5.0 features/scss-support.feature
middleman-core-4.4.3 features/scss-support.feature
middleman-core-4.4.2 features/scss-support.feature
middleman-core-4.4.0 features/scss-support.feature
middleman-core-4.3.11 features/scss-support.feature
middleman-core-4.3.10 features/scss-support.feature
middleman-core-4.3.8 features/scss-support.feature
middleman-core-4.3.7 features/scss-support.feature
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/features/scss-support.feature
middleman-core-4.3.6 features/scss-support.feature
middleman-core-4.3.5 features/scss-support.feature
middleman-core-4.3.4 features/scss-support.feature
middleman-core-4.3.3 features/scss-support.feature
middleman-core-4.3.2 features/scss-support.feature
middleman-core-4.3.1 features/scss-support.feature
middleman-core-4.3.0 features/scss-support.feature