ember-frost-css-core

1.1.4 • Public • Published

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/.

Readme

Keywords

Package Sidebar

Install

npm i ember-frost-css-core

Weekly Downloads

9

Version

1.1.4

License

MIT

Last publish

Collaborators

  • ciena