0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-05-13 19:11:41 +00:00
crazy-max_diun/vendor/github.com/vanng822/go-premailer/premailer/style_rule.go
2024-12-14 22:30:21 +01:00

11 lines
170 B
Go

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