fbjs-css-vars
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>fbjs-css-vars</artifactId> <version>1.0.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>fbjs-css-vars</artifactId> <version>1.0.2</version> <name>fbjs-css-vars</name> <description>This package exports a few of the CSS variables that we use in Facebook projects. This is not the full list we have internally but focused on making available the minimum set needed by our open source projects.</description> <url>https://github.com/facebook/fbjs#readme</url> <organization> <name></name> <url>https://github.com/facebook/fbjs#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>fb</name> <email>opensource+npm@fb.com</email> </developer> <developer> <name>zpao</name> <email>paul@oshannessy.com</email> </developer> </developers> <scm> <connection>https://github.com/facebook/fbjs.git</connection> <developerConnection>https://github.com/facebook/fbjs.git</developerConnection> <url>https://github.com/facebook/fbjs</url> </scm> <issueManagement> <url>https://github.com/facebook/fbjs/issues</url> </issueManagement> </project>