component.json revision 53c29b5c2e45418277bf03d6fc5dd81882abcff8
{
"name" : "cssbase",
"displayName": "CSS Base",
"description": "CSS Base applies a consistent style foundation for common HTML elements across A-grade browsers.",
"author" : "msweeney",
"tags": ["css"],
"use" : ["cssbase"],
"examples": [
{
"name" : "cssbase-basic",
"displayName": "Global (Page-Level) Example",
"description": "When CSS Base is included in a page it provides consistent and basic cross-browser styling for HTML elements.",
"modules" : ["cssbase", "cssreset"],
"tags" : ["cssbase"],
"hideTableOfContents": true
},
{
"name" : "cssbase-context",
"displayName": "Contextual Example",
"description": "CSS Base applied to a portion of a page based on the location of a class value.",
"modules" : ["cssbase", "cssreset"],
"tags" : ["cssbase"],
"hideTableOfContents": true
}
],
"pages": {
"cssbase-basic-example": {
"displayName": "CSS Base Page Example",
"layout" : "cssbase-basic-example"
},
"cssbase-context-example": {
"displayName": "CSS Contextual Example",
"layout" : "cssbase-context-example"
}
}
}