Socket
Socket
Sign inDemoInstall

@workday/canvas-kit-css-common

Package Overview
Dependencies
3
Maintainers
6
Versions
1048
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @workday/canvas-kit-css-common

The common css for canvas-kit-css


Version published
Weekly downloads
72
increased by14.29%
Maintainers
6
Install size
745 kB
Created
Weekly downloads
 

Readme

Source

Canvas Kit Common

Canvas Kit Common contains common utilities shared across the kit.

Mainenance Mode

Includes:

  • Errors
  • Forms

Installation

yarn add @workday/canvas-kit-css

or

yarn add @workday/canvas-kit-css-common

Add your node_modules directory to your SASS includePaths. You will then be able to import index.scss.

You may also import specific modules from /lib.

@import '~@workday/canvas-kit-css-common/index.scss';

or

@import '~@workday/canvas-kit-css-common/lib/errors.scss';

Errors

errors has alert and error styles for inputs.

Forms

forms has shared styles for inputs.

Accessibility

accessibility has focus for inputs and method to provide screen reader only content.

Keywords

FAQs

Last updated on 20 Oct 2023

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