Does anybody know how I can keep the name of the CSS file consistent?
It seems that it is always creating a new one (random number) everytime I am publishing again.
names are e.g.:
…/css/{website}.webflow.636576aa0.min.css
…/css/{website}.webflow.433cce3da.min.css
…/css/{website}.webflow.515520c10.min.css
I need this because we bring in external content from another service via an iFrame, this document is also accessing the Webflow-CSS file – so I have to be able to give them an URL which is not always changing.
Many thanks in advance!
Manuel
(I am aware that usually a Read Only link helps but in this case it won´t add any value I guess)
We created here a system to extract the HTML of a page and then it automatically reads the CSS of the Webflow file to generate a component, including dynamic variables. This saves a lot of time, because we can design all components in Webflow and later import to our app without asking the developer to do that. If anyone is interested, we can create a public git.