- Added build setup to include styles.less in building community.css - The old styles are still in style.css. Those styles will be slowly moved to style.less. - Move all the new styles to style.less
5 lines
80 B
CSS
5 lines
80 B
CSS
/* Define all your css variables here. */
|
|
:root {
|
|
--primary-color: #08B74F;
|
|
}
|