Sha256: 27c1e3594e40094f3fc14c0165f11c67633fe221335fe049dab0154690cc5043

Contents?: true

Size: 1.34 KB

Versions: 112

Compression:

Stored size: 1.34 KB

Contents

When no framework is specified, a new compass project is set up with three stylesheets:

* screen.sass
* print.sass
* ie.sass

It is expected that you will link your html to these like so:

    <head>
      <link href="/stylesheets/screen.css" media="screen, projection"
            rel="stylesheet" type="text/css" />
      <link href="/stylesheets/print.css" media="print"
            rel="stylesheet" type="text/css" />
      <!--[if IE]>
          <link href="/stylesheets/ie.css" media="screen, projection"
                rel="stylesheet" type="text/css" />
      <![endif]-->
    </head>

You don't have to use these three stylesheets, they are just a recommendation.
You can rename them, make new stylesheets, and delete them. Compass will
happily compile whatever sass files you place into your project.

Any folders you create in your source directory with sass files in them will be folders
that get created with css files in them when compiled.

Sass files beginning with an underscore are called partials, they are not directly
compiled to their own css file. You can use these partials by importing them
into other stylesheets. This is useful for keeping your stylesheets small and manageable
and single-focused. It is common to create a file called _base.sass at the top level
of your stylesheets and to import this to set up project-wide constants and mixins.

Version data entries

112 entries across 110 versions & 11 rubygems

Version Path
arcabouco-0.2.13 vendor/bundle/gems/compass-core-1.0.3/templates/project/USAGE.markdown
gem_2345-0.1.2 templates/project/USAGE.markdown
frontsau-0.0.3 lib/Phamlp/sass/extensions/compass/frameworks/compass/templates/project/USAGE.markdown
frontsau-0.0.2 lib/Phamlp/sass/extensions/compass/frameworks/compass/templates/project/USAGE.markdown
frontsau-0.0.1 lib/Phamlp/sass/extensions/compass/frameworks/compass/templates/project/USAGE.markdown
compass-core-1.0.3 templates/project/USAGE.markdown
compass-core-1.1.0.alpha.3 templates/project/USAGE.markdown
compass-core-1.1.0.alpha.2 templates/project/USAGE.markdown
compass-core-1.1.0.alpha.1 templates/project/USAGE.markdown
compass-core-1.1.0.alpha.0 templates/project/USAGE.markdown
compass-core-1.0.1 templates/project/USAGE.markdown
compass-core-1.0.0 templates/project/USAGE.markdown
compass-core-1.0.0.rc.1 templates/project/USAGE.markdown
compass-core-1.0.0.rc.0 templates/project/USAGE.markdown
compass-0.12.7 frameworks/compass/templates/project/USAGE.markdown
compass-core-1.0.0.alpha.21 templates/project/USAGE.markdown
compass-core-1.0.0.alpha.20 templates/project/USAGE.markdown
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-0.12.3/frameworks/compass/templates/project/USAGE.markdown
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-0.12.3/frameworks/compass/templates/project/USAGE.markdown
compass-0.12.6 frameworks/compass/templates/project/USAGE.markdown