Skip to content

ciena-attic/ember-frost-theme

Repository files navigation

This repo has been ported to ember-frost-core - no more PRs will be accepted.

ember-frost-theme
Travis Coveralls NPM

SASS based default theme variables for Frost projects

Usage

ember install ember-frost-theme

Modify your ember-cli-build.js to include:

const app = new EmberAddon(defaults, {
    sassOptions: {
      includePaths: [
        'node_modules/ember-frost-theme/scss'
      ]
    }
  })

Modify your app.scss to include

@import 'frost-theme';

You now have access to the theme variables

e.g.

$frost-button-primary

Contribution

All uses of color in frost components must be aliased and included in the default frost theme with the appropriate palette reference

About

SASS based theme variables for Frost projects (deprecated - use https://github.com/ciena-frost/ember-frost-core)

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages