Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Created October 24, 2011 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrabbit/1308102 to your computer and use it in GitHub Desktop.
Save jrabbit/1308102 to your computer and use it in GitHub Desktop.
({:kind :css-rule,
:content
{:selector
{:kind :selector-list,
:content ({:kind :selector, :content "body"})},
:declarations
[{:kind :css-rule-declaration,
:content
{:property {:kind :property, :content "color"},
:value {:kind :color, :content "000000"}}}
{:kind :css-rule-declaration,
:content
{:property {:kind :property, :content "background"},
:value {:kind :color, :content "e5e5e5"}}}
{:kind :css-rule-declaration,
:content
{:property {:kind :property, :content "font-family"},
:value
{:kind :string-list,
:content
({:kind :string, :content "Verdana"}
{:kind :string, :content "sans-serif"})}}}
{:kind :css-rule-declaration,
:content
{:property {:kind :property, :content "font-size"},
:value {:kind :number-with-unit, :content [12.0 "px"]}}}
{:kind :css-rule-declaration,
:content
{:property {:kind :property, :content "margin"},
:value {:kind :number, :content 0.0}}}
{:kind :css-rule-declaration,
:content
{:property {:kind :property, :content "padding"},
:value {:kind :number, :content 0.0}}}]}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment