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

@procore/core-css

Package Overview
Dependencies
Maintainers
6
Versions
5517
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@procore/core-css

The building blocks of the Procore universe.

  • 2.2.0-alpha.3bdb8da4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
increased by40.08%
Maintainers
6
Weekly downloads
 
Created
Source

CORE-CSS

Atomic CSS

What is this?

CORE-CSS is a minimalist implementation of Procore's Web Design Guidelines. The library provides:

  • Styles
  • SCSS source files

Requirements

Node 6+ NPM or Yarn

Developing

To get started, type the following from the root directory:

yarn
yarn dev

Once the webpack build server is running, you can view the styles at http://localhost:5000.

Our styles are organized according to Inverted Triangle CSS. ITCSS organizes stylesheets by specificity. Read the article linked above for more information.

Linting and Pre-Commit Hook

We use lint-staged to automatically format our source files via husky's precommit hook. This process is configured in the .lintstagedrc file and in the precommit entry of package.json

Testing

Testing currently consists of Jest snapshot testing on our React storybook components. To run the test suite use the following command:

yarn test

Building

yarn build

Publishing

yarn publish

Keywords

FAQs

Package last updated on 23 Oct 2017

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