New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ids-css

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ids-css

Infor Design System (IDS) Compnonents for the web

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
55
decreased by-40.22%
Maintainers
3
Weekly downloads
 
Created
Source

Infor Design System CSS

Infor Design System is a set of use-case driven design practices, development tools, and support documentation to create a cohesive user experience across all Infor CloudSuite applications.

Lightweight, modular, extensible, this CSS library allows you to easily maintain the identity of the Infor Design System, while building or using your own functional web components.

For more information about IDS CSS and the Infor Design System, see our getting started guide for developers.

Getting Started

The easiest way to get the Infor Design System CSS library in your project is through npm.

npm install --save-dev ids-css

This will download the latest version of all of the assets and install in node_modules/ids-css. Include your desired file in the <head> of your application or using your build mechanism, like webpack.

  1. Link to or include either the regular or minified files into your project.
node_modules/ids-css/dist/ids-reset.min.css
node_modules/ids-css/dist/ids-reset.min.css.map
node_modules/ids-css/dist/ids-css.min.css
node_modules/ids-css/dist/ids-css.min.css.map
  1. Insert the ids-icons.svg at the top of your <body> and wrap them in the included visually-hidden class.
<div class="visually-hidden">
  <!-- node_modules/ids-css/dist/ids-icons.svg -->
</div>

We recommend you use the included ids-reset.css stylesheet, but you do not have to.

Keywords

FAQs

Package last updated on 27 Apr 2018

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