Comparing version 1.4.1 to 1.5.0
{ | ||
"name": "csstyle", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"homepage": "http://www.csstyle.io", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -14,2 +14,3 @@ // csstyle for postcss | ||
opts = opts || {}; | ||
opts.componentSymbol = opts.componentSymbol || ''; | ||
opts.optionSymbol = opts.optionSymbol || '\\--'; | ||
@@ -72,3 +73,3 @@ opts.partSymbol = opts.partSymbol || '__'; | ||
var types = { | ||
component: '.', | ||
component: '.' + opts.componentSymbol, | ||
part: opts.partSymbol, | ||
@@ -75,0 +76,0 @@ option: '.' + opts.optionSymbol, |
{ | ||
"name": "csstyle", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "clean, simple styling for styling the web.", | ||
@@ -5,0 +5,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
289129
87
149