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
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
I looked at clj-v8 on clojars, but it seems like 0.1.5 is the latest version. Probably the wrong place.
Then I looked at the LESS vendor scripts in stefon/stefon-core/resources/vendor/. There is LESS Rhino versions 1.2.1 and 1.3.3. Bootstrap 2 and up requires 1.3+. How can I tell which version is being used by Stefon?
Including standard Bootstrap LESS source files with bootstrap.less as a starting point, the following error is thrown by
link-to-asset
:Here is how I am including it in my view layout function:
This seems to be caused by
@import
. Is this supported by the LESS pipeline?The text was updated successfully, but these errors were encountered: