Skip to content

Commit

Permalink
docs: add linux musl as a supported release
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Feb 21, 2024
1 parent 375400c commit c5e1331
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ A Maven plugin that allows to compile SASS using Dart Sass

Dart Sass Maven Plugin will run on any operating systems and architectures available on the [Dart Sass releases page](https://github.com/sass/dart-sass/releases). As of now, they are:

| | Linux | Mac | Windows |
| ----- | ----- | --- | ------- |
| ia32 ||||
| x64 ||||
| arm64 ||||
| arm ||||
| | Linux | Mac | Windows | Linux (musl) |
| ----- | ----- | --- | ------- |--------------|
| ia32 |||||
| x64 |||||
| arm64 |||||
| arm |||||

## Automatic detection of operating system and architecture

Expand Down Expand Up @@ -90,7 +90,7 @@ This parameter represents the Dart Sass architecture that should be used to comp

`<os>`

This parameter represents the Dart Sass operating system that should be used to compile Sass files. If left unset, it will be autodetected by the plugin. Accepted values are "linux", "macos" and "windows".<br>
This parameter represents the Dart Sass operating system that should be used to compile Sass files. If left unset, it will be autodetected by the plugin. Accepted values are "linux", "linux-musl", "macos" and "windows".<br>
**Type**: String<br>
**Required**: No

Expand Down

0 comments on commit c5e1331

Please sign in to comment.