1.1.4 • Published 8 years ago

ember-frost-css-core v1.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

ember-frost-css-core Travis Coveralls NPM

SASS based normalization and convenience classes for Frost projects

Usage

ember install ember-frost-css-core

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

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

Modify your app.scss to include

@import 'frost-core';

You now have access to the core variables

e.g.

$frost-z-index-modal

Contribution

This following outlines the details of collaborating on this Ember addon:

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago