
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ember-cli-alom
Advanced tools
An ember-cli addon for using alom in Ember applications.
Install in ember-cli application
ember install ember-cli-alom
Then include the following in your app.scss file:
@import "base";
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";
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";
Contributions are welcome!
git clone https://github.com/IcaliaLabs/ember-cli-alom.git this repositorycd ember-cli-alomyarn installember servenpm test (Runs ember try:each to test your addon against multiple Ember versions)ember testember test --serverFor more information on using ember-cli, visit https://ember-cli.com/.
ember-cli-alom is released under the MIT License. See the bundled LICENSE file for details.
FAQs
An ember-cli addon for using IcaliaLabs Alom in Ember applications.
We found that ember-cli-alom demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.