package tocss

import "github.com/bep/go-tocss/tocss"

Package tocss provides the common API for tranpilation of the source to CSS.

Index

Types

type Result

type Result struct {
	// If source maps are configured.
	SourceMapFilename string
	SourceMapContent  string
}

type Transpiler

type Transpiler interface {
	Execute(dst io.Writer, src io.Reader) (Result, error)
}

Source Files

transpiler.go

Version
v0.6.0 (latest)
Published
Nov 14, 2018
Platform
linux/amd64
Imports
1 packages
Last checked
4 hours ago

Tools for package owners.