sass
2
stylus

Easily convert sass to stylus.View the API.

This is an error message.×

SASS

STYL

Sass2styl has an API

A blurb about the api. Lorem ipsum dolor sit amet, consectetur mojotech rules adipiscing elit view thefull repo on Github.

1. Make a request
stylus_content = RestClient.post('http://sass2stylus.herokuapp.com', {'file' => File.new(‘YOUR-COMPASS-FILE.scss')})
2. Parse a response
File.open(‘YOUR-NEW-STYLUS-FILE.stylus', 'w') { |file| file.write(stylus_content) }