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

@carbongos/style-guide

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carbongos/style-guide - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

styles/breakpoints.scss

4

package.json
{
"name": "@carbongos/style-guide",
"version": "0.0.2",
"version": "0.0.3",
"description": "Defines the style guide for use across Carbongos products.",
"main": "colours.scss",
"main": "styles/index.scss",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

# Style Guide
Defines the style guide for use across Carbongos products.
## Colours
Our brand colours are defined in `colours.scss`.
## Style
### Colours
Our brand colours are defined in `styles colours.scss`.
## NPM & Deployment
This project automatically publishes to npm here: https://www.npmjs.com/package/@carbongos/style-guide on merge into the master branch. (See `.github/workflows/publish.yml`).
This project automatically publishes to npm here: https://www.npmjs.com/package/@carbongos/style-guide on merge into the master branch. (See `.github/workflows/publish.yml`).
### Usage
1. install the package
```bash
npm i -S @carbongos/style-guide
```
2. import inside of an scss block
```scss
@import '@carbongos/style-guide';
```
3. use the variables in your code, i.e.:
```scss
{
h1: {
color: $colour-primary;
}
}
```
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