-
**Enhancement**
To dissuade dojo 2 adopters from using `widgets.css` we should look to moving it into the `common/example` directory.
-
Enhancement:
Currently we rely upon `dojo/dojo2`.
Can we move to relying on `dojo/core`, `dojo/shim`, `dojo/has` and `dojo/loader` so that we can remove the `dojo/dojo2` repo?
I know `dojo/dojo2` is …
-
@rishson commented on [Mon Jan 16 2017](https://github.com/dojo/widgets/issues/250)
We need to consider what layout mechanisms we want to support in Dojo 2.
We should consider `css-grid` support, `f…
-
**Enhancement**
Currently web fonts break our webpack build.
Need to add a font file, or any file catch all to our webpack config to load via `file-loader`
-
If I'd write webcomponents with this - how could I nest them ?
While I am trying to convert my existing webcomponents to dojo2 widgets I reached the following example :
```html
Hello Worl…
-
I think we should leave it up to widget authors to provide placeholder content if they wish.
There are times when a spinner may be useful. Should we provide the ability to include a spinner in a g…
-
There is basic functionality that is shared by all components:
- merge props className with SUI classes
- spread unhandled props
- get element type (augmentation)
- define `as` and `className` propTyp…
-
**Bug**
Grunt dist not currently working due to wrong `Tab` type
-
I am following the tutorials and when I create an app and run `dojo build --watch`, the code is compiled multiple times. It seems to vary between 3 and 6 times:
```
Dagobah-Hashtag-YodaYo:tutoria…
-
**Bug**
Need to edit
https://github.com/dojo/grunt-dojo2/blob/master/tasks/util/postcss.ts#L27
To remove the `.m` from our theme key as our css files are now named `.m.css`.
I believe it…