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

@madgex/design-system

Package Overview
Dependencies
Maintainers
11
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@madgex/design-system

A work-in progress Design System for building a UI for Madgex products.

  • 1.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
479
increased by327.68%
Maintainers
11
Weekly downloads
 
Created
Source

Madgex Design System

A work-in progress Design System for building a UI for Madgex products.

Usage

NOTE: Right now you'll need to be authenticated on npm under the Madgex account.

npm install @madgex/design-system --save

Importing styles

You'll need to import the Madgex DS styles into your project scss file.

Use the DS tokens to change DS variables.

e.g. import the Madgex DS to your Sass file & overload variables:

$mds-color-primary: #ff0000; // my primary brand colour is RED
$mds-size-font-md: 20px; // my base font-size is 20px

@import 'node_modules/@madgex/design-system/src/scss/index.scss';

Releases

With every commit to master the build server attempts to create a new version using semantic-release and deploys to npm as @madgex/design-system.

FAQs

Package last updated on 06 Jun 2019

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