Skip to content

Commit 137ba28

Browse files
committed
Update markdown formatting
1 parent e77e988 commit 137ba28

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

CHANGELOG.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,39 @@
22

33
## v0.4.0 (2022-01-19)
44

5-
* Update Sass version to `1.49.0`
6-
* Attach system target architecture to saved esbuild executable (h/t @cw789)
7-
* Use user cache directory (h/t @josevalim)
8-
* Add support for 32bit linux (h/t @derek-zhou)
9-
* Support `HTTP_PROXY/HTTPS_PROXY` to fetch esbuild (h/t @iaddict)
10-
* Fallback to _build if Mix.Project is not available
11-
* Allow `config :dart_sass, :path, path` to configure the path to the Sass executable (or snapshot)
12-
* Support OTP 24 on Apple M1 architectures (via Rosetta2)
5+
- Update Sass version to `1.49.0`
6+
- Attach system target architecture to saved esbuild executable (h/t @cw789)
7+
- Use user cache directory (h/t @josevalim)
8+
- Add support for 32bit linux (h/t @derek-zhou)
9+
- Support `HTTP_PROXY/HTTPS_PROXY` to fetch esbuild (h/t @iaddict)
10+
- Fallback to \_build if Mix.Project is not available
11+
- Allow `config :dart_sass, :path, path` to configure the path to the Sass executable (or snapshot)
12+
- Support OTP 24 on Apple M1 architectures (via Rosetta2)
1313

1414
## v0.3.0 (2021-10-04)
1515

16-
* Use Rosetta2 for Apple M1 architectures until dart-sass ships native
16+
- Use Rosetta2 for Apple M1 architectures until dart-sass ships native
17+
1718
## v0.2.1 (2021-09-23)
1819

19-
* Apply missing `--runtime-config` flag check to `mix sass.install`
20+
- Apply missing `--runtime-config` flag check to `mix sass.install`
2021

2122
## v0.2.0 (2021-09-21)
2223

23-
* No longer load `config/runtime.exs` by default, instead support `--runtime-config` flag
24-
* Update initial `sass` version to `1.39.0`
25-
* `mix sass.install --if-missing` also checks version
24+
- No longer load `config/runtime.exs` by default, instead support `--runtime-config` flag
25+
- Update initial `sass` version to `1.39.0`
26+
- `mix sass.install --if-missing` also checks version
2627

2728
## v0.1.2 (2021-08-23)
2829

29-
* Fix target detection on FreeBSD (h/t @julp)
30-
* Extract archive with charlist cwd option (h/t @michallepicki)
30+
- Fix target detection on FreeBSD (h/t @julp)
31+
- Extract archive with charlist cwd option (h/t @michallepicki)
3132

3233
## v0.1.1 (2021-07-30)
3334

34-
* Fix installation path/unzip on windows
35-
* Add wrapper script to address zombie processes
35+
- Fix installation path/unzip on windows
36+
- Add wrapper script to address zombie processes
3637

3738
## v0.1.0 (2021-07-25)
3839

39-
* First release
40+
- First release

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,13 @@ alias for deployments, which will also use the `--style=compressed` option:
140140
```
141141

142142
## FAQ
143+
143144
### Compatibility with Alpine Linux (`mix sass default` exited with 2)
145+
144146
Dart-native executables rely on [glibc](https://www.gnu.org/software/libc/) to be present. Because Alpine Linux uses [musl](https://musl.libc.org/) instead, you have to add the package [alpine-pkg-glibc](https://github.com/sgerrand/alpine-pkg-glibc) to your installation. Follow the installation guide in the README.
145147

146148
Example for Docker (has to be added before running `mix sass`):
149+
147150
```Dockerfile
148151
RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
149152
RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk

0 commit comments

Comments
 (0)