Skip to content

Commit 6492093

Browse files
committed
💅 Fix markdownlint errors
1 parent e456633 commit 6492093

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

guides/source/asset_pipeline.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ When doing this, ensure you are not using the `require_tree` directive in your `
321321
Pipeline assets can be placed inside an application in one of three locations:
322322
`app/assets`, `lib/assets` or `vendor/assets`.
323323
324-
* `app/assets` is for assets that are owned by the application, such as custom
325-
images or stylesheets.
324+
* `app/assets` is for assets that are owned by the application, such as custom images or stylesheets.
326325
327326
* `app/javascript` is for your JavaScript code
328327
@@ -1065,8 +1064,6 @@ Unlike other libraries in this list `webpacker`/`shakapacker` is completely inde
10651064
10661065
NOTE: Read the [Comparison with Webpacker](https://github.com/rails/jsbundling-rails/blob/main/docs/comparison_with_webpacker.md) document to understand the differences between `jsbundling-rails` and `webpacker`/`shakapacker`.
10671066
1068-
***
1069-
10701067
### [cssbundling-rails](https://github.com/rails/cssbundling-rails)
10711068
10721069
Allows bundling and processing of your CSS using [Tailwind CSS](https://tailwindcss.com/), [Bootstrap](https://getbootstrap.com/), [Bulma](https://bulma.io/), [PostCSS](https://postcss.org/), or [Dart Sass](https://sass-lang.com/), then delivers the CSS via the asset pipeline.

0 commit comments

Comments
 (0)