mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 18:27:11 +00:00
docs: add usage
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
Usage:
|
||||
Figma variables can be used as is like below:
|
||||
|
||||
color: var(--nc-content-brand-default)
|
||||
background: var(--nc-background-brand)
|
||||
border: 1px solid var(--nc-border-brand)
|
||||
*/
|
||||
|
||||
/* Refrence tokens - Light */
|
||||
:root {
|
||||
--color-base-black: #000000;
|
||||
|
||||
Reference in New Issue
Block a user