px-colors-design

WebJar for px-colors-design

License

License

GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

px-colors-design
Last Version

Last Version

0.3.5
Release Date

Release Date

Type

Type

jar
Description

Description

px-colors-design
WebJar for px-colors-design
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/PredixDev/px-colors-design

Download px-colors-design

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/px-colors-design/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>px-colors-design</artifactId>
    <version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/px-colors-design/
implementation 'org.webjars.bower:px-colors-design:0.3.5'
// https://jarcasting.com/artifacts/org.webjars.bower/px-colors-design/
implementation ("org.webjars.bower:px-colors-design:0.3.5")
'org.webjars.bower:px-colors-design:jar:0.3.5'
<dependency org="org.webjars.bower" name="px-colors-design" rev="0.3.5">
  <artifact name="px-colors-design" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='px-colors-design', version='0.3.5')
)
libraryDependencies += "org.webjars.bower" % "px-colors-design" % "0.3.5"
[org.webjars.bower/px-colors-design "0.3.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

org.webjars.bower

Predix

Versions

Version
0.3.5