Socket
Socket
Sign inDemoInstall

camp-css

Package Overview
Dependencies
0
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    camp-css

CSS behind the distinctive style of ActiveCampaign


Version published
Weekly downloads
33
decreased by-10.81%
Maintainers
6
Install size
878 kB
Created
Weekly downloads
 

Changelog

Source

[0.14.9] - 2019-05-13

Added

  • $ocean-30 and $slate-30

Readme

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

Last updated on 13 May 2019

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc