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) Components for the web

  • 1.2.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
57
decreased by-34.48%
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.

Dev Quick start

  1. git clone the repo
  2. cd into the repo
  3. Switch to the branch you want to branch from
    • this will typically be develop
  4. npm install -g gulp-cli && npm install
  5. gulp dev to build and serve on http://localhost:3000

NPM Tasks

  • npm start - Calls gulp dev but did this for consistency across repos

Basic Gulp Tasks

  • gulp - Clean and Build the site and packages
  • gulp dev - Clean, build (site & packages), and start the server
  • gulp publish - Build the markdown docs into json, zip it, then post to the server
    • gulp publish --site=[local|localDebug|staging|prod] = (Optional) The default is "local". To publish to staging or prod, you'll need an API key
  • gulp lint Lints the src and site css raw files
  • gulp clean - Remove all built files

The website is served at http://localhost:3000/

Demos are at http://localhost:3000/ids-{package}/{package} (it follows the folder pattern under demo/)

Testing/Linting

You can run tests by doing npm test.

Site Directory

  • src The raw files for components and icons.
  • src/packages The individual components (while compiled each will have it's own dist/)
  • site/www The generated files for the local docs website
  • site/css The CSS for the local docs site only
  • site/templates The templates for generating the site html files
  • site/www/dist Minified stylesheets used for the site.
  • demo Demo of each package.
  • gulp Contains the gulp tasks
  • spec The unit config/tests
  • publish The directory the deploy/publish is done from

Keywords

FAQs

Package last updated on 23 May 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