designsystems
Here are 11 public repositories matching this topic...
A mostly reasonable although opinionated approach to building responsive Digital Interfaces sharing the same anatomy.
-
Updated
May 9, 2021 - CSS
Storybook, the playground you need for your UI components!
-
Updated
Nov 21, 2019 - JavaScript
-
Updated
May 25, 2021 - CSS
The last touch to your websites you will ever need.
-
Updated
Jan 11, 2021 - SCSS
A React Library to quickly build UI Prototypes
-
Updated
Sep 4, 2018 - JavaScript
Design Engine NPM Package
-
Updated
Jun 5, 2021 - JavaScript
A reference repository made up of UX design systems, brand systems, and development frameworks.
-
Updated
Dec 11, 2020
Improve this page
Add a description, image, and links to the designsystems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the designsystems topic, visit your repo's landing page and select "manage topics."


Describe the bug
There are root variables in the SCSS code. root variable in SCSS is not the correct way to represent the SCSS variables.
Expected behavior
The correct way to represent the Sass variables is simple: assign a value to a name that begins with $, and then you can refer to that name instead of the value itself. But despite their simplicity, they're one of the most useful