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.5.0
Published
Jul 6, 2018
Platform
js/wasm
Imports
1 packages
Last checked
2 days ago

Tools for package owners.