New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

compass-themes

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compass-themes

0.0.3
Rubygems
Version published
Maintainers
1
Created
Source

Compass Themes

Compass Themes is a theme system using the compass framework

The goal of compass themes is to provide an out of the box solution for basic design templates for your applications.

No more small applications without designs!

Rails 3 is only supported at the moment but rake tasks are on there way for other setups

Usage

For now until I'm ready to release a version in your Gemfile gem 'compass-themes', '~> 0.0.1'

rake compass:themes will list all themes available

To Install a theme rails g compass_theme / Example: rails g compass_theme basic/railscast

Contributing to Compass Themes

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
  • Fork the project
  • Start a feature/bugfix branch
  • Commit and push until you are happy with your contribution
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Creating Themes

  • Themes consist of a haml layout file in lib/compass-themes/templates/
  • Sass or Scss for a layout is stored in lib/compass-themes/stylesheets/<layout>/<theme name>.theme.s(css|ass)/
  • Stylesheets that are not the base stylesheet for a theme need to be have the suffix theme.scss in order to be seen by the installation tools
  • Its perfectly ok to have one stylesheet per layout

Aurthor

Compass Themes is written by Scott Davis

Scott is a Developer for the Space Telescope Science Institute in Baltimore, MD - Hubble Space Telescope

Twitter

Copyright (c) 2011 Scott Davis. See LICENSE.txt for further details.

FAQs

Package last updated on 13 Apr 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts