Trim the engine: disable entire utility groups you never use.
Syntax#
nakshora.config.js
export default {
corePlugins: {
float: false, // never ship float utilities
clear: false,
},
};Details & defaults#
Disable whole utility groups by name (object form) or keep an allow-list (array form). Great for design-system governance and shaving milliseconds off huge builds.
Worked examples#
- A documentation site rarely needs floats — disable
floatandclear
Related options#
See the configuration/index|configuration hub for the full option table, and api/theme-resolution|theme resolution for how options merge.
