From 52ed29aa27bb077757663e37fcba7234cb476dd6 Mon Sep 17 00:00:00 2001 From: Melloware Date: Tue, 12 Dec 2023 07:36:49 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a779f3..85ce1d6 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ +
+ + +# Dart Sass Maven Plugin +
+ [![Maven](https://img.shields.io/maven-central/v/io.github.cleydyr/dart-sass-maven-plugin.svg)](https://repo1.maven.org/maven2/io/github/cleydyr/dart-sass-maven-plugin/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Java Linux CI](https://github.com/cleydyr/dart-sass-maven-plugin/actions/workflows/java-ci-linux.yaml/badge.svg)](https://github.com/cleydyr/dart-sass-maven-plugin/actions/) [![Java Mac CI](https://github.com/cleydyr/dart-sass-maven-plugin/actions/workflows/java-ci-mac.yaml/badge.svg)](https://github.com/cleydyr/dart-sass-maven-plugin/actions/) [![Java Windows CI](https://github.com/cleydyr/dart-sass-maven-plugin/actions/workflows/java-ci-windows.yaml/badge.svg)](https://github.com/cleydyr/dart-sass-maven-plugin/actions/) -# Dart Sass Maven Plugin - A Maven plugin that allows to compile SASS using Dart Sass - - ## Usage ```xml