[fix] sui page style
This commit is contained in:
parent
38f4f3fd23
commit
0dde10caca
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ func (page *Page) BuildStyle(option *BuildOption) (string, error) {
|
|||
|
||||
if option.Namespace != "" {
|
||||
code = cssRe.ReplaceAllStringFunc(code, func(css string) string {
|
||||
return fmt.Sprintf("[s:ns=%s] %s", option.Namespace, css)
|
||||
return fmt.Sprintf("[s\\:ns=%s] %s", option.Namespace, css)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue