Skip to content

Instantly share code, notes, and snippets.

View bitfyre's full-sized avatar
🚵‍♂️
Always thinking about biking

Alex Lemanski bitfyre

🚵‍♂️
Always thinking about biking
View GitHub Profile
@bitfyre
bitfyre / convert
Created March 17, 2014 23:26 — forked from angelbotto/convert
1. replace @ with $
Find: @
Replace: $
2. replace mixins
Find: \.([\w\-]*)\s*\((.*)\)\s*\{
Replace: @mixin \1\(\2\)\n{
3. replace includes
Find: \.([\w\-]*\(.*\)\s*;)
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="xsl">
<xsl:template name="loop"> <!-- Loop -->
<xsl:param name="i" />
<xsl:param name="limit" />
<xsl:call-template name="loop-item">
Rails CMS alternatives
======================
Active projects:
---------------
adva-cms
repo: http://github.com/svenfuchs/adva_cms/
site: http://adva-cms.org/
Last update: 11/24/09
"the cutting edge Rails CMS platform"
@import compass.sass
@import susy.sass