-
Notifications
You must be signed in to change notification settings - Fork 0
/
purgecss.config.js
105 lines (105 loc) · 2.8 KB
/
purgecss.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
module.exports = {
content: ['./credits/index.html'],
css: ['./credits/index.css'],
whitelist: [
'dialog-prevent-scroll',
'elementor-1247',
'elementor-popup-modal-1247',
'animated',
'current-menu-item',
'current_page_item',
'dialog-buttons-wrapper',
'dialog-close-button',
'dialog-header',
'dialog-lightbox-buttons-wrapper',
'dialog-lightbox-close-button',
'dialog-lightbox-header',
'dialog-lightbox-message',
'dialog-lightbox-widget',
'dialog-lightbox-widget-content',
'dialog-message',
'dialog-type-buttons',
'dialog-type-lightbox',
'dialog-widget',
'dialog-widget-content',
'e--animation-none',
'eicon-close',
'eicon-menu-bar',
'elementor',
'elementor-1247',
'elementor-col-100',
'elementor-column',
'elementor-column-gap-no',
'elementor-container',
'elementor-element',
'elementor-element-00a9316',
'elementor-element-2fe2d49',
'elementor-element-5a27c65',
'elementor-element-64637a8',
'elementor-element-7b91029',
'elementor-element-96eb35d',
'elementor-element-c5c1ea4',
'elementor-element-populated',
'elementor-hidden-desktop',
'elementor-hidden-mobile',
'elementor-hidden-tablet',
'elementor-item',
'elementor-item-active',
'elementor-location-popup',
'elementor-menu-toggle',
'elementor-menu-toggle__icon--close',
'elementor-menu-toggle__icon--open',
'elementor-nav-menu',
'elementor-nav-menu__align-center',
'elementor-nav-menu__align-justify',
'elementor-nav-menu__container',
'elementor-nav-menu--dropdown',
'elementor-nav-menu--dropdown-none',
'elementor-nav-menu--layout-horizontal',
'elementor-nav-menu--layout-vertical',
'elementor-nav-menu--main',
'elementor-popup-modal',
'elementor-screen-only',
'elementor-section',
'elementor-section-boxed',
'elementor-section-height-default',
'elementor-section-height-min-height',
'elementor-section-items-middle',
'elementor-top-column',
'elementor-top-section',
'elementor-widget',
'elementor-widget-container',
'elementor-widget-nav-menu',
'elementor-widget-wrap',
'e--pointer-none',
'e--pointer-text',
'menu-item',
'menu-item-1251',
'menu-item-1254',
'menu-item-1255',
'menu-item-1256',
'menu-item-1260',
'menu-item-1261',
'menu-item-1262',
'menu-item-1263',
'menu-item-1275',
'menu-item-1276',
'menu-item-1277',
'menu-item-1278',
'menu-item-1279',
'menu-item-1280',
'menu-item-1281',
'menu-item-1282',
'menu-item-1329',
'menu-item-374',
'menu-item-375',
'menu-item-home',
'menu-item-object-page',
'menu-item-type-post_type',
'page_item',
'page-item-116',
'sm-vertical',
'fadeInRight',
'reverse',
]
}