This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.0.rc.1) | |
// Compass (v0.13.alpha.7) | |
// ---- | |
// Set this to 'true' to test static breakpoint feature ----------- // | |
$test-static-breakpoint-feature: true; | |
// Define breakpoints --------------------------------------------- // |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
How to export a Textpattern site as XML | |
--------------------------------------- | |
I've used the following template to export a Textpattern | |
site as XML via the rah_external_output plugin. | |
This makes it easy to import it into another | |
CMS that can parse the XML, such as [Symphony][1]. | |
The exact XML structure can of course easily be |