Remove noise of type, view mode classes

i know now that i'v eremoved them, i'll want them for some reason is like three days.
This commit is contained in:
benjamin melançon 2018-11-14 14:04:27 -05:00
parent 46b69d89da
commit d372e8375e

View file

@ -41,8 +41,6 @@
{%
set classes = [
'hero',
'paragraph--type--' ~ paragraph.bundle|clean_class,
view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class,
not paragraph.isPublished() ? 'paragraph--unpublished'
]
%}