postcss-attribute-case-insensitive

WebJar for postcss-attribute-case-insensitive

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

postcss-attribute-case-insensitive
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

postcss-attribute-case-insensitive
WebJar for postcss-attribute-case-insensitive
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Semigradsky/postcss-attribute-case-insensitive

Download postcss-attribute-case-insensitive

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : postcss jar [6.0.0,7)
org.webjars.npm : postcss-selector-parser jar [2.2.3,3)

Project Modules

There are no modules declared in this project.

postcss-attribute-case-insensitive Build Status

PostCSS plugin to support case insensitive attributes.

'Can I use' table

Input

[frame=hsides i] { border-style: solid none; }

Output

[frame=hsides],[frame=Hsides],[frame=hSides],[frame=HSides],[frame=hsIdes],[frame=HsIdes],[frame=hSIdes],[frame=HSIdes],[frame=hsiDes],[frame=HsiDes],[frame=hSiDes],[frame=HSiDes],[frame=hsIDes],[frame=HsIDes],[frame=hSIDes],[frame=HSIDes],[frame=hsidEs],[frame=HsidEs],[frame=hSidEs],[frame=HSidEs],[frame=hsIdEs],[frame=HsIdEs],[frame=hSIdEs],[frame=HSIdEs],[frame=hsiDEs],[frame=HsiDEs],[frame=hSiDEs],[frame=HSiDEs],[frame=hsIDEs],[frame=HsIDEs],[frame=hSIDEs],[frame=HSIDEs],[frame=hsideS],[frame=HsideS],[frame=hSideS],[frame=HSideS],[frame=hsIdeS],[frame=HsIdeS],[frame=hSIdeS],[frame=HSIdeS],[frame=hsiDeS],[frame=HsiDeS],[frame=hSiDeS],[frame=HSiDeS],[frame=hsIDeS],[frame=HsIDeS],[frame=hSIDeS],[frame=HSIDeS],[frame=hsidES],[frame=HsidES],[frame=hSidES],[frame=HSidES],[frame=hsIdES],[frame=HsIdES],[frame=hSIdES],[frame=HSIdES],[frame=hsiDES],[frame=HsiDES],[frame=hSiDES],[frame=HSiDES],[frame=hsIDES],[frame=HsIDES],[frame=hSIDES],[frame=HSIDES] { border-style: solid none; }

Notes

  • As you see in example, it is not recommended to use this plugin with very long attributes.

Versions

Version
2.0.0