camp-css
Advanced tools
CSS behind the distinctive style of ActiveCampaign
Weekly downloads
Changelog
[0.14.9] - 2019-05-13
Readme
CSS behind the distinctive style of ActiveCampaign
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/camp.min.css">
yarn add camp-css
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';
ActiveCampaign/camp-css
repository.npm version <major|minor|patch>
to version the node module.npm publish
to publish the updated node module.