Initial commit
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
|
||||
/*!
|
||||
* Jade - self closing tags
|
||||
* Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
|
||||
* MIT Licensed
|
||||
*/
|
||||
|
||||
module.exports = [
|
||||
'meta'
|
||||
, 'img'
|
||||
, 'link'
|
||||
, 'input'
|
||||
, 'source'
|
||||
, 'area'
|
||||
, 'base'
|
||||
, 'col'
|
||||
, 'br'
|
||||
, 'hr'
|
||||
];
|
||||
Reference in New Issue
Block a user