Sha256: 3eb664e5caa0d3ba715af4a4fa45c4a9426899d07c2061e195bb0db231f86ceb

Contents?: true

Size: 661 Bytes

Versions: 88

Compression:

Stored size: 661 Bytes

Contents

Feature: Support SASS assets paths
 In order to import common shared assets when writing Sass

 Scenario: Importing assets from 'assets/stylesheets/' directory in app root
   Given the Server is running at "sass-assets-path-app"
   When I go to "/stylesheets/plain.css"
   Then I should see "color: green;"
   Then I should see "/* Works with shared SCSS assets from APPROOT/assets/stylesheets/_shared-asset.scss */"
   Then I should see "/* Works with shared SASS assets from APPROOT/assets/stylesheets/_shared-asset-sass.sass */"
   Then I should see "font-size: 18px"
   Then I should see "/* Works with shared SASS assets from external source directory */"

Version data entries

88 entries across 88 versions & 5 rubygems

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