forms
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.tailwindcss</groupId>
<artifactId>forms</artifactId>
<version>0.5.11</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.at.tailwindcss</groupId>
<artifactId>forms</artifactId>
<version>0.5.11</version>
<name>tailwindcss forms</name>
<description>A plugin that provides a basic reset for form styles that makes form elements easy to override with utilities.</description>
<url>https://github.com/tailwindlabs/tailwindcss-forms#readme</url>
<organization>
<name>tailwindcss forms</name>
<url>https://github.com/tailwindlabs/tailwindcss-forms#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>reinink</name>
<email>jonathan@reinink.ca</email>
</developer>
<developer>
<name>adamwathan</name>
<email>adam@adamwathan.me</email>
</developer>
<developer>
<name>malfaitrobin</name>
<email>malfait.robin@gmail.com</email>
</developer>
<developer>
<name>thecrypticace</name>
<email>thecrypticace@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/tailwindlabs/tailwindcss-forms.git</connection>
<developerConnection>https://github.com/tailwindlabs/tailwindcss-forms.git</developerConnection>
<url>https://github.com/tailwindlabs/tailwindcss-forms</url>
</scm>
<issueManagement>
<url>https://github.com/tailwindlabs/tailwindcss-forms/issues</url>
</issueManagement>
<properties>
<org.mvnpm-tailwindcss.version>[3.0.0,),[3.0.0-alpha.1,),[4.0.0-alpha.20,),[4.0.0-beta.1,)</org.mvnpm-tailwindcss.version>
<org.mvnpm-mini-svg-data-uri.version>[1.2.3,2)</org.mvnpm-mini-svg-data-uri.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>mini-svg-data-uri</artifactId>
<version>${org.mvnpm-mini-svg-data-uri.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tailwindcss</artifactId>
<version>${org.mvnpm-tailwindcss.version}</version>
</dependency>
</dependencies>
</project>