app/assets/stylesheets/light/fields/index.css in bullet_train-themes-light-1.2.10 vs app/assets/stylesheets/light/fields/index.css in bullet_train-themes-light-1.2.11

- old
+ new

@@ -1,5 +1,10 @@ @import './cloudinary_image'; @import './date_field'; @import './phone_field'; @import './super_select'; @import './trix_editor'; + +.required > label::after { + @apply text-red-500 pl-1 text-base leading-none inline-block; + content: "*"; +}