This section is meant to change as often as possible to reflect the common questions we gather from SoFresh users.
How do we « install » or use it?
The installation process is VERY simple: drag and drop the bookmarklet onto your browser’s bookmarks bar.
Then to use it, open your local website in your browser and your CSS file(s) in your favorite text editor and start editing. As soon as you save the file, it is also refreshed in your browser, so if you watch your website, you can see the changes applied immediately, without refreshing your browser.
Why doesn’t it work with @import rules?
Since we care about web development best practices, we don’t use @import rules in our projects anymore. This syntax doesn’t allow parallel loading of a webpage assets, so it slows the pages load time.
Even if we do not use it anymore, it doesn’t mean we shouldn’t take this into account, so if there are lots of demands about that, we may take care of this in a future release.
Are SASS, SCSS or LESS supported?
The answer is yes for LESS! Unfortunately, we don’t provide support for any other preprocessors yet, but we may take a look at it for a future release. Stay in touch!
Can I participate?
Of course you can. Feel free to fork SoFresh on Github: