You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property {Boolean | String} [cssMapping=true] true will generate the css mapping. A string will generate the css mapping file and the object is called like the string
161
161
* @property {Boolean | String} [cssMappingMin=false] like the property cssMapping
162
162
* @property {Boolean} [extended=false] defines if metadata should be added to the selector
163
-
* @property {Boolean} [json=false] defines if metadata should be added to the selector
163
+
* @property {Boolean} [json=true] defines if metadata should be added to the selector
164
+
* @property {Boolean} [isSelectors=true] if it should write the selector type into the key (# | .)
164
165
*/
165
166
/**
166
167
* generates a file including all old and new selectors/names
167
168
* includes also unused class selectors
168
169
*
169
-
* @todo generrate a json config file
170
-
*
171
170
* @param {String} pathString where it should get saved
0 commit comments