Spica2
Spica2
Want to have an own array with MyVarsDrop.rb on indexlevel (next to site.yml) class MyVarsDrop < Liquid::Drop def array [1,2,3,4,5,6,7] end end but cant call it in my liquid files...
The variables in the array include all files in the folder e.g. images. how can also the files of subfolders be included e.g. of images/summer. this would help to organize...
line-height does not get inlined but reset to normal.
Thats strange and was a pain to find. With base64 url background in your css like this ``` url(data:image/png;base64,iVBOR... ``` the output/inline gets a additional space after 'png;' , which...
Is accessibiliy support planned? Cannot find anything on that.
when I use Toggle dark mode I get an error Uncaught ReferenceError: darkMode is not defined
body { margin: 0; } from normalize gets purged on build / production mode. I think its because the body tag is in build/index.html and not considered in the config....
``` mounted: () => { this.$nextTick( function () { // Code that will run only after the // entire view has been rendered document.dispatchEvent(new Event("x-app-rendered")) }) }, ``` see also...
` this.pausable = (element.dataset.pausable == 'true'); this.reverse = (element.dataset.reverse == 'true'); ` see issiu #1 now line 24 + 25
After livetime has expired only new cached files get rendered when I am logged in. Other visitors of the page will miss all styles.