UNPKG
bem-tools-create
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.0
1.1.0
bem create command
bem-tools-create
/
lib
/
templates
/
css.js
13 lines
(10 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
var
EOL
=
require
(
'os'
).
EOL
;
module
.
exports
=
function
(
entity, naming
) {
return
[
'.'
+ naming.
stringify
(entity) +
' {'
,
' '
,
'}'
,
''
].
join
(
EOL
); };