Feature/transpile design system * remove example, we should use storybook instead * remove example, we should use storybook instead * css-modules cannot have :root, moved affected css-variables to globals.css * . * scandic-web no longer depends on design-system#build * * Update readme * Remove test code Approved-by: Anton Gunnarsson
10 lines
105 B
JSON
10 lines
105 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"dev": {},
|
|
"build": {},
|
|
"test": {},
|
|
"lint": {}
|
|
}
|
|
}
|