ember-frost-css-core

The default blueprint for ember-cli addons.

Usage no npm install needed!

<script type="module">
  import emberFrostCssCore from 'https://cdn.skypack.dev/ember-frost-css-core';
</script>

README

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

  • ember server
  • Visit your app at http://localhost:4200.

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