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;
$mds-size-font-md: 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.