Documentation ¶ Overview ¶ Package css loads a user-supplied stylesheet, inlining any local @import targets it references. Index ¶ func Load(path string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Load ¶ func Load(path string) (string, error) Load reads the stylesheet at path and inlines its local @import targets, recursively, so the result is self-contained. Remote imports (scheme://) are left untouched for the browser to fetch itself. Types ¶ This section is empty. Source Files ¶ View all Source files css.go Click to show internal directories. Click to hide internal directories.