0
0
mirror of https://github.com/crazy-max/diun.git synced 2024-12-23 03:48:00 +00:00
crazy-max_diun/vendor/github.com/vanng822/go-premailer/premailer/style_rule.go
2024-12-14 22:30:21 +01:00

12 lines
170 B
Go

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