Sha256: e29fda6757b573eb040db0f0af0059f861c5f70caa5ed5978bc53bfc288664c6

Contents?: true

Size: 1.31 KB

Versions: 7

Compression:

Stored size: 1.31 KB

Contents

--~~ Less for Rails ~~--

A plug-and-play hook for the fabulous Less CSS syntax, http://lesscss.org/.






              -- Usage --
       
      1. Install the gem, `gem install less`       
      2. Install the plugin, 
        `script/plugin install git://github.com/augustl/less-for-rails.git`
      3. Create public/stylesheets/yourfile.less
      4. Use <%= stylesheet_link_tag "yourfile" %> in the views, as normal.
      
      It will generate one .css for each .less
      in public/stylesheets.
    
    
    
    
    
    
    -- It knows about production mode --
    
          In production mode, it only compiles the CSS when
          the application boots.
          
          In development mode, it compiles the CSS all the
          time, so that you can edit your .less and reload
          the site to see how it looks. It is very fabolous,
          and the plugin has won many prizes for this.
          
          
          
          
                          -- Git --
                          
                      Are you using Less for all your stylesheets? Perhaps
                      you should add `public/stylesheets/*.css` to your
                      .gitignore.
          
          
          
          
          
  
        -- Me --
        
  I am August Lilleaas. http://august.lilleaas.net/

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
yhara-moneyrail-0.0.2 vendor/plugins/less/README
moneyrail-0.1.5 vendor/plugins/less/README
moneyrail-0.1.4 vendor/plugins/less/README
moneyrail-0.1.2 vendor/plugins/less/README
moneyrail-0.1.1 vendor/plugins/less/README
moneyrail-0.1.0 vendor/plugins/less/README
moneyrail-0.0.2 vendor/plugins/less/README