You are currently browsing all entries posted in February 2007.

Tip: CSSEdit + WebKit Nightly

Is it possible to use a newer version of WebKit with CSSEdit? Yes, and it’s easy! Here’s what you need to do:

1) Download the latest WebKit from nightly.webkit.org.
2) Install the WebKit application somewhere, in Applications for example.
3) Run the following Terminal command (replace /Path/to with the appropriate locations):

env DYLD_FRAMEWORK_PATH=/Path/to/WebKit.app/Contents/Resources WEBKIT_UNSET_DYLD_FRAMEWORK_PATH=YES /Path/to/CSSEdit.app/Contents/MacOS/CSSEdit

4) That’s it! You’re now able to design your style sheets with the latest WebKit CSS improvements.