View Source Beacon.Content.Stylesheet (Beacon v0.2.1)

Stores CSS content to use when rendering pages with Beacon.

Do not create or edit stylesheets manually

Use the public functions in Beacon.Content instead. The functions in that module guarantee that all dependencies are created correctly and all processes are updated. Manipulating data manually will most likely result in inconsistent behavior and crashes.

Summary

Types

@type t() :: %Beacon.Content.Stylesheet{
  __meta__: term(),
  content: term(),
  id: term(),
  inserted_at: term(),
  name: term(),
  site: term(),
  updated_at: term()
}