cssstyle

WebJar for cssstyle

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

cssstyle
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

cssstyle
WebJar for cssstyle
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/jsdom/cssstyle

Download cssstyle

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : cssom jar [0.3.6,0.4)

Project Modules

There are no modules declared in this project.

CSSStyleDeclaration

A Node JS implementation of the CSS Object Model CSSStyleDeclaration interface.

NpmVersion Build Status codecov


Background

This package is an extension of the CSSStyleDeclaration class in Nikita Vasilyev's CSSOM with added support for CSS 2 & 3 properties. The primary use case is for testing browser code in a Node environment.

It was originally created by Chad Walker, it is now maintained by the jsdom community.

Bug reports and pull requests are welcome.

org.webjars.npm

Versions

Version
2.3.0
1.4.0
1.2.2
1.2.1
1.1.1
0.3.1
0.2.37
0.2.36
0.2.30