Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.
/ go-tocss Public archive

A simple to use Go API for LibSass. Uses CGO.

License

Notifications You must be signed in to change notification settings

bep/go-tocss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: You may want to use https://github.com/bep/golibsass instead of this.

Build Status Go Report Card

This is currently a, hopefully, simple to use LibSass Go API. It uses the C bindings in https://github.com/wellington/go-libsass/libs to do the heavy lifting.

The primary motivation for this project is to add SCSS support to Hugo. It is has some generic tocss package names hoping that there will be a solid native Go implementation that can replace LibSass in the near future.