Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

camp-css

Package Overview
Dependencies
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camp-css

CSS behind the distinctive style of ActiveCampaign

  • 0.14.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26
increased by44.44%
Maintainers
6
Weekly downloads
 
Created
Source

camp-css

CSS behind the distinctive style of ActiveCampaign

npm license npm bundle size (minified + gzip) David

Usage

From the CDN:

<link rel="stylesheet" href="https://unpkg.com/camp-css@latest/css/camp.min.css">

From yarn

yarn add camp-css

From npm

npm install camp-css

Now import the package wherever your css is compiled:

@import 'camp-css';

If you have installed camp as a package and would like to reference the variables used by the package itself, you may import the source scss file rather than the compiled css file. From your projects scss add the following

@import 'camp-css/scss/camp';

Contributing

  1. Create a fork of the ActiveCampaign/camp-css repository.
  2. Create a new branch to do your work on.
  3. Make your fixes, edits, changes, updates, etc. Commit your changes and push to your branch.
  4. Update CHANGELOG.md with your changes.
  5. When you're ready to merge, create a pull request.
  6. Once the PR is approved, run npm version <major|minor|patch> to version the node module.
  7. Merge the files and delete the branch.
  8. Run npm publish to publish the updated node module.
  9. If necessary, update any relevant documentation according to your changes. If your merge creates breaking changes, have a plan in place to ensure the necessary people are aware of your changes.

Keywords

FAQs

Package last updated on 13 May 2019

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