Skip to content

Commit

Permalink
Merge pull request #34 from melloware/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cleydyr authored Dec 12, 2023
2 parents ad2f5f3 + 52ed29a commit 3ac7701
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<div align="center">
<img src="https://sass-lang.com/assets/img/logos/logo.svg" height="70" >

# Dart Sass Maven Plugin
</div>

[![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

<img height="48" src="https://sass-lang.com/assets/img/logos/logo.svg">

## Usage
```xml
<build>
Expand Down

0 comments on commit 3ac7701

Please sign in to comment.