-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig_css
242 lines (184 loc) · 9.09 KB
/
config_css
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
// ___ ___ ___ ___ ___
// /\__\ /\ \ /\ \ /\__\ /\__\
// /:/ / /::\ \ \:\ \ /:/ _/_ ___ /:/ _/_
// /:/ / /:/\:\ \ \:\ \ /:/ /\__\ /\__\ /:/ /\ \
// /:/ / ___ /:/ \:\ \ _____\:\ \ /:/ /:/ / /:/__/ /:/ /::\ \
// /:/__/ /\__\ /:/__/ \:\__\ /::::::::\__\ /:/_/:/ / /::\ \ /:/__\/\:\__\
// \:\ \ /:/ / \:\ \ /:/ / \:\~~\~~\/__/ \:\/:/ / \/\:\ \__ \:\ \ /:/ /
// \:\ /:/ / \:\ /:/ / \:\ \ \::/__/ ~~\:\/\__\ \:\ /:/ /
// \:\/:/ / \:\/:/ / \:\ \ \:\ \ \::/ / \:\/:/ /
// \::/ / \::/ / \:\__\ \:\__\ /:/ / \::/ /
// \/__/ \/__/ \/__/ \/__/ \/__/ \/__/
//
//
// UTILITARIAN CSS FRAMEWORK CONFIGURATION FILE
//
// Here you can activate every single aspect of your CSS. From margins to other functions
// without having to comment code on your file. Just "true" everything you need. Beware
// if you activate all, the CSS size will increase.
//
// INSTALLATION:
//
// Before compilation, you must rename this file to config_css.scss and import it
// before the util.css.scss in your project. If you don't do this, the project will not
// compiled adequately, like in this example:
//
// @import 'mycssfolder/config_vars.scss';
// @import 'mycssfolder/config_css.scss'; <-- this position is ok
// @import 'mycssfolder/config_normalizer.scss';
// @import 'mycssfolder/utilcss/util.css.scss';
$config-align-items: false;
$config-align-content: false;
$config-align-self: false;
$config-auto-columns: false;
$config-auto-flow: false;
$config-auto-rows: false;
$config-backface-visibility: false;
$config-background-attachment: false;
$config-background-blend-mode: false;
$config-background-color: false;
$config-background-clip: false;
$config-background-origin: false;
$config-background-repeat: false;
$config-background-size: false;
$config-border: false;
$config-border-sides: false; // only sides ex. border-left--0
$config-border-collapse: false;
$config-border-color: false;
$config-border-sides-color: false;
$config-border-radius: false;
$config-border-sides-radius: false; // only sides ex. border-top-radius--0
$config-border-style: false;
$config-border-sides-style: false;
$config-border-width: false;
$config-bottom: false;
$config-bottom-with-scales: false;
$config-box-decoration-break: false;
$config-box-size: false;
$config-caption-side: false;
$config-clear: false;
$config-color: false;
$config-cursor: false;
$config-column-count: false;
$config-column-fill: false;
$config-column-rule-style: false;
$config-column-rule-color: false;
$config-column-gap: false;
$config-column-span: false;
$config-display: false;
$config-display-sm: false; // activates display--value for responsive steps.
$config-display-md: false;
$config-display-lg: false;
$config-display-xl: false;
$config-direction: false;
$config-empty-cells: false;
$config-fill: false;
$config-fill-rule: false;
$config-flex-direction: false;
$config-flex-wrap: false;
$config-flex-grow: false;
$config-float: false;
$config-font-family: false;
$config-font-kerning: false;
$config-font-size: false;
$config-font-style: false;
$config-font-variant: false;
$config-font-weight: false;
$config-gap: false;
$config-grid-column-gap: false;
$config-grid-flow-gap: false; // adds grid-row or column gap
$config-grid-lg: false;
$config-grid-row-gap: false;
$config-grid-xl: false;
// GRID UTILITIES FOR MOBILE (SM)
$config-grid-sm: false; // If you want grid settings on mobile, activate this first.
$config-sm-grid-column: false;
$config-sm-grid-row: false;
$config-sm-grid-template-columns: false;
$config-sm-grid-template-rows: false;
// GRID UTILITIES FOR MOBILE (TABLET)
$config-grid-md: false; // If you want grid settings on mobile, activate this first.
$config-md-grid-column: false;
$config-md-grid-row: false;
$config-md-grid-template-columns: false;
$config-md-grid-template-rows: false;
// GRID UTILITIES FOR MOBILE (DESKTOP SMALL)
$config-grid-lg: false; // If you want grid settings on mobile, activate this first.
$config-lg-grid-column: false;
$config-lg-grid-row: false;
$config-lg-grid-template-columns: false;
$config-lg-grid-template-rows: false;
// GRID UTILITIES FOR MOBILE (DESKTOP LARGE)
$config-grid-xl: false; // If you want grid settings on mobile, activate this first.
$config-xl-grid-column: false;
$config-xl-grid-row: false;
$config-xl-grid-template-columns: false;
$config-xl-grid-template-rows: false;
$config-height: false;
$config-hyphen: false;
$config-isolation: false;
$config-justify-content: false;
$config-justify-items: false;
$config-justify-self: false;
$config-left: false;
$config-left-with-scales: false; // deactivate the config-right first, if you want to profit.
$config-letter-spacing: false;
$config-line-height: false;
$config-list-style-position: false;
$config-list-style-type: false;
$config-margin: false; // all sides margins ex. margin--0
$config-margin-side: false; // only sides ex. margin-top--0
$config-max-width: false;
$config-mix-blend-mode: false;
$config-object-fit: false;
$config-outline-color: false;
$config-outline-offset: false;
$config-outline-style: false;
$config-outline-width: false;
$config-opacity: false;
$config-order: false;
$config-overflow: false;
$config-overflow-x: false;
$config-overflow-y: false;
$config-padding: false; // for applying paddings to all sides ex. padding--10
$config-padding-side: false;
$config-pointer-events: false;
$config-position: false;
$config-resize: false;
$config-right: false;
$config-right-with-scales: false; // deactivate the config-right first, if you want to profit.
$config-scroll-behavior: false;
$config-scroll-margin-sides: false;
$config-scroll-margin-block-start: false;
$config-scroll-margin-block-end: false;
$config-scroll-padding-block-start: false;
$config-scroll-padding-block-end: false;
$config-scroll-padding-sides: false;
$config-scroll-padding-inline-start: false;
$config-scroll-padding-inline-end: false;
$config-scroll-snap-align: false;
$config-scroll-snap-stop: false;
$config-scroll-snap-type: false;
$config-text-align: false;
$config-text-align-last: false;
$config-text-decoration-color: false;
$config-text-decoration-line: false;
$config-text-decoration-style: false;
$config-text-indent: false;
$config-text-justify: false;
$config-text-overflow: false;
$config-text-transform: false;
$config-table-layout: false;
$config-top: false;
$config-top-with-scales: false; // deactivate the config-right first, if you want to profit.
$config-unicode-bidi: false;
$config-user-select: false;
$config-vertical-align: false;
$config-visibility: false;
$config-width: false;
$config-white-space: false;
$config-word-break: false;
$config-word-spacing: false;
$config-word-wrap: false;
$config-writing-mode: false;
$config-z-index: false;