prograils / css2ap

Simple app, that converts CSS file into SCSS and automagically makes it Asset Pipeline compatible

Home Page:http://css2ap.prograils.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Css2AP CSS to Asset Pipeline Converter

WAT?

Css2AP aims to be simple app, that helps convert normal CSS file, that graphic designer tends to create, into SCSS file, that is fully (eghem…) compatible with Asset Pipeline (Rails guys will know). By compatible I mean that beside converting CSS to SCSS it also converts url('') paths into image-url function, understendable by Asset Pipeline.

Demo here: http://css2ap.prograils.com

App was created (well… rewritten from Rails) for fun in Happy framework.

Inspiration

I was higly inspired by existing css2sass converter.

Legal

License: MIT

About

Simple app, that converts CSS file into SCSS and automagically makes it Asset Pipeline compatible

http://css2ap.prograils.com


Languages

Language:Ruby 100.0%