Skip to content

Commit 38bfcb2

Browse files
salmonsteak1rosa
authored andcommitted
Update README.md to remove warning about using legacy CSS bundlers
This has been resolved in #243, thank you @florian2
1 parent 6e06fde commit 38bfcb2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ For example, if you're using the Dockerfile generated by Rails with an API-only
5454
RUN SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile
5555
```
5656

57-
*Note: Legacy CSS bundlers `sass-rails` and `sassc-rails` may fail to compile some of the CSS vendored into this library from [Bulma](https://github.com/jgthms/bulma), which was created in [Dart SASS](https://sass-lang.com/dart-sass/). You will therefore need to upgrade to `dartsass-rails` or some library that relies on it, like `cssbundling-rails`.*
58-
5957
### Authentication
6058

6159
Mission Control comes with **HTTP basic authentication enabled and closed** by default. Credentials are stored in [Rails's credentials](https://edgeguides.rubyonrails.org/security.html#custom-credentials) like this:

0 commit comments

Comments
 (0)