diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 30237e6..e356c5b 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1,4 +1,5 @@ /* +* DO NOT CHANGE * this manifest loads automatically any css file from the ./css folder * *= require_tree ./css diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index 02e9fc6..f1c30b1 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -5,7 +5,7 @@ /* * Your stylesheets ending with tailwind.css -* Bear in mind, you have to declare @import for each new file below +* Bear in mind, below you have to declare @import for each new file * The .css suffix might be omitted! */ @import "tailwind/main.tailwind";