Concept
Something to understand in using Graff
Graff is designed to highly customizable. It can be done by changing value in CSS custom properties (variables). There are 2 types of variables.
- Core variables, shared global variables for utilities and componenents.
- Component variables, component-specific variables.
Best practices
Graff is ready to used CSS3 file. No need complicated setup environment to customize.
- Edit the CSS variables value on
:root
selector - Then in HTML, embed the CSS code directly on
<style>
tag or link the CSS file using<link>
tag
See how to theme your UI