Skip to content

Commit

Permalink
Fix mdlint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Lepore committed Nov 7, 2018
1 parent 2c0493b commit e27b98e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions design-tokens/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Design Tokens

Design tokens are metadata about a visual design system. The tokens within Infor Design System describe different attributes and values that you'll find within the UI of Infor applications. Design tokens enable a system for consistent visual style attributes across diverse plaftforms and technology.

For more about using design tokens, see [design.infor.com](https://design.infor.com).
7 changes: 4 additions & 3 deletions docs/DEVELOP.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Building the Design System Assets

## Use NPM

- `npm run build` to build the assets into `dist/`
- `npm run build:tokens:web` to build the tokens for web platform
- `npm run build:icons` to build the icons svgs from a sketch file
- `npm run build:font` copies the font
- `npm run build:tokens:web` to build the tokens for web platform
- `npm run build:icons` to build the icons svgs from a sketch file
- `npm run build:font` copies the font
- `npm run clean` deletes the 3rd level dist files
- `npm test` to run YML lint
- `npm run lint:web` To build and then lint the built custom-properties (since we have no way of linting the yaml for css rules)
8 changes: 4 additions & 4 deletions font/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To read more about how to use Source Sans in IDS, see our [Typography guidelines

Mac users should install the OTF version by going into `/font/OTF/` and installing all variants into Font Book.

# Source Sans Pro
## Source Sans Pro

Source Sans Pro is a set of OpenType fonts that have been designed to work well
in user interface (UI) environments. In addition to a functional OpenType font, this open
Expand All @@ -13,9 +13,9 @@ by using the AFDKO makeotf tool.

## Font installation instructions

* [Mac OS X](http://support.apple.com/kb/HT2509)
* [Windows](http://windows.microsoft.com/en-us/windows-vista/install-or-uninstall-fonts)
* [Linux/Unix-based systems](https://github.com/adobe-fonts/source-code-pro/issues/17#issuecomment-8967116)
- [Mac OS X](http://support.apple.com/kb/HT2509)
- [Windows](http://windows.microsoft.com/en-us/windows-vista/install-or-uninstall-fonts)
- [Linux/Unix-based systems](https://github.com/adobe-fonts/source-code-pro/issues/17#issuecomment-8967116)

## Further information

Expand Down

0 comments on commit e27b98e

Please sign in to comment.