acdh-oeaw / vicav-vue3

Reimplementation of the VICAV Frontend based on Vue.js 3
https://vicav-vue.acdh-ch-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

Add tw-elements to stylelint ignore #105

Closed ttechnicus closed 6 months ago

ttechnicus commented 8 months ago

Stylelint floods the build log with warnings that are generated by the tw-elements plugin, e. g.:

 WARN  warn - The class data-[te-carousel-fade]:duration-[600ms] is ambiguous and matches multiple utilities.                                   11:44:27
 WARN  warn - If this is content and not a class, replace it with data-[te-carousel-fade]:duration-[600ms] to silence this warning.   11:44:27
...

Add tw-element to an ignore list of stylelint

ttechnicus commented 8 months ago

Status report: adding tw-element to .stylelintignore and similar ignore techniques do not solve the issue. The warnings are issued by the bundler when it is processing the js code of tw-elements

ctot-nondef commented 6 months ago

closing as tw-elements removed