Go-Back-Skeleton/vendor/github.com/vanng822/go-premailer/premailer/style_rule.go
2017-09-25 20:20:52 +02:00

11 lines
179 B
Go

package premailer
import (
"github.com/vanng822/css"
)
type styleRule struct {
specificity *specificity
selector string
styles map[string]*css.CSSStyleDeclaration
}