Theme.info file structure in Drupal7?

name = Bootstrap
description = Desc Text
core = 7.x

regions[header] = header
regions[content] = content
regions[footer] = footer

stylesheets[all][] = css/style.css
scripts[] = js/common.js

; Media queries for stylesheets[]
stylesheets[(min-width:480px)][] = css/480.css
stylesheets[(min-width:768px)][] = css/768.css
stylesheets[(min-width:1024px)][] = css/1024.css
stylesheets[(min-width:1280px)][] = css/1280.css

Tags