You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/sass/themes/_alerts.scss still contains .ink-dismiss on line 26 and src/sass/modules/_alerts.scss contains .ink-close on line 16 (Ink version 3.1.10).
Also, src/js/Ink/UI/Close/1/lib.js and src/js/Ink/UI/Modal/1/lib.js contain hard-coded references to ink-dismiss, ink-close, ink-alert, and ink-alert-block -- not sure if those matter.
Finally, and I guess this is more of a feature request than a bug report, _gallery.scss, _datepicker.scss, and _sticky.scss in src/sass/modules/js are not $ink-class-prefix-aware.
The text was updated successfully, but these errors were encountered:
Follow-up to #426
src/sass/themes/_alerts.scss
still contains.ink-dismiss
on line 26 andsrc/sass/modules/_alerts.scss
contains.ink-close
on line 16 (Ink version 3.1.10).Also,
src/js/Ink/UI/Close/1/lib.js
andsrc/js/Ink/UI/Modal/1/lib.js
contain hard-coded references toink-dismiss
,ink-close
,ink-alert
, andink-alert-block
-- not sure if those matter.Finally, and I guess this is more of a feature request than a bug report,
_gallery.scss
,_datepicker.scss
, and_sticky.scss
insrc/sass/modules/js
are not$ink-class-prefix
-aware.The text was updated successfully, but these errors were encountered: