Skip to content

codenoid/s2c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S2C - SASS to CSS Converter

My first app with Crystal-QT5

Example

Installation

sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-mixer-*
sudo apt-get install libsdl2-image-*
sudo apt-get install qt5-default
sudo apt-get install libsass-dev
git clone https://github.com/codenoid/s2c
cd s2c
shards install
shards build
./bin/s2c

Usage

  1. Paste Your SASS Code to textarea
  2. Click Convert

Development

  • Convert All SASS File inside folder / compressed file
  • Syntax Highlighting

Contributing

  1. Fork it (https://github.com/codenoid/s2c/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Releases

No releases published

Packages

No packages published