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
.description(`Remove the whitespace from the CSS.`),
23
+
namespace: Joi.string()
24
+
.default(``)
25
+
.description(
26
+
`The namespace will ensure that your class names will be unique; this setting is handy when you are working with micro frontends where class name collision can occur.`
27
+
),
23
28
transpileTemplateLiterals: Joi.boolean()
24
29
.default(true)
25
30
.description(`Transpile tagged template literals into optimized code.`),
0 commit comments