New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ember-cli-alom

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-alom

An ember-cli addon for using IcaliaLabs Alom in Ember applications.

latest
Source
npmnpm
Version
0.0.2-alpha.1
Version published
Maintainers
1
Created
Source

alom for Ember CLI

An ember-cli addon for using alom in Ember applications.

Getting Started

Install in ember-cli application

ember install ember-cli-alom

Then include the following in your app.scss file:

@import "base";

Configuration

Custom variables

You can use custom alom variables. For this copy node_modules\alom\scss\_variables.scss in your app\styles directory as _custom.scss. And add import _custom.scss in app.scss.

@import "custom";
@import "base";

Custom alom

To import each CSS components separately, you can use something like the code below:

/* Core variables and mixins: */
@import "variables";
@import "mixins";

/* CSS reset: */
@import "reset";

/* SASS functions: */
@import "functions";

/* CSS layout: */
@import "grid";

/* Responsive classes: */
@import "responsive";

/* Utility classes: */
@import "utilities";

For ember-cli-alom maintainers:

Contributions are welcome!

Installation

  • git clone https://github.com/IcaliaLabs/ember-cli-alom.git this repository
  • cd ember-cli-alom
  • yarn install

Running the test dummy site

Running Tests

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

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

License

ember-cli-alom is released under the MIT License. See the bundled LICENSE file for details.

Keywords

icalialabs

FAQs

Package last updated on 07 Jul 2017

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