// purgecss.config.js
module.exports = {
content: ['index.html'], // Specify your HTML files here
css: ['path/to/your/css/library.css'], // Path to your CSS library file
defaultExtractor: content => content.match(/[A-Za-z0-9-_:/]+/g) || [], // Default extractor, modify if needed
safelist: ['class-to-include'], // Add classes that should always be included here
};
要動態包含 CSS 庫中的類,而無需手動重新清除 CSS 文件,您可以結合使用 PurgeCSS 和 PurgeCSS 的附加配置文件來監視 CSS 文件並包含特定的類。
設定方法如下:
purgecss.config.js
。該文件將指定要清除的文件以及任何其他配置選項。確保調整上面程式碼片段中的路徑和檔案名稱以符合您的專案結構。此外,如果您使用不同的建置系統或工具,則可能需要相應地調整配置。
透過此設置,每次將 CSS 庫中的類別新增至專案時,您無需手動重新清除 CSS 檔案。相反,PurgeCSS 將監視變更並在建置過程中動態包含這些類別。