Skip to content

abradifcode/px-colors-design

 
 

Repository files navigation

px-colors-design

The Predix UI Colors module assigns Sass variables to the Px color palette.

Installation

Install this module using bower:

bower install --save px-colors-design

Once installed, @import into your project's Sass file in its Settings layer:

@import "px-colors-design/_settings.colors.scss";

Behavior

This component can also be installed as a Polymer behavior:

bower install --save px-colors-design

Then reference it in your project

<link rel="import" href="../px-colors-design/colors.html" />

And add the variable as a behavior

<script>
  Polymer({
    is: 'px-my-component',
    behaviors: [commonColors],
    ...
  });
</script>

View the full API here

Packages

No packages published

Languages

  • HTML 51.5%
  • CSS 37.0%
  • Shell 6.5%
  • JavaScript 5.0%