New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-bourbon

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-bourbon

Include bourbon in an ember-cli app

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
212
increased by16.48%
Maintainers
2
Weekly downloads
 
Created
Source

ember-cli-bourbon

Include bourbon in an ember-cli app.

Dependencies

Your project should already be set up to handle sass/scss builds. If you're not, do so by running:

ember install ember-cli-sass

Usage

In your ember-cli (>= 0.1.1) project, run:

ember install ember-cli-bourbon

The generator will create an app.scss with the sole contents being:

@import "bourbon";

If you already have content in your app.scss, you can add that line to the top of app.scss yourself.

Choosing your version of bourbon

If you install a version of bourbon greater than 5.0.0 in your application this addon will detect and use that version instead of the default one. This is useful if you want access to the newest bourbon features and this addon is not updated right away:

npm install bourbon@5.1.0

Keywords

FAQs

Package last updated on 09 Mar 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc