|
|
|
|
|
by harisenbon
3304 days ago
|
|
Question about how these UI Kits are made: Generally when I'm building a UI on top of bootstrap, I import all the LESS files into my project, and then compile them together with my project LESS files. This lets me, for example, change the brand-primary color, or the base font size, etc, without having to override every component that might use that variable. However, this UI Kit, as well as a number of other kits I've seen take in the pre-compiled Bootstrap CSS and override each item individually. Is this the preferred way to do UI Kits? If so, what's the reasoning behind it? We build a lot of themes and UIKits for internal use, and would love to know if we're doing it wrong (tm). |
|