B.C.Rikko
B.C.Rikko
CSS nesting in a framework may not be good? π€ For example ```html ``` ```css /* Bad */ .list > .item { color: red; } .my-custom-color { /* not working,...
It looks like this: ```scss // scss @import "~nes.css/scss/nes.scss"; @import "~nes.css/scss/nes-icons.scss"; @import "~nes.css/scss/nes-pixel-arts.scss"; ``` ```js // js import "nes.css/css/nes.css"; import "nes.css/css/nes-icons.css"; import "nes.css/css/nes-pixel-arts.css"; // or import "nes.css/css/nes.min.css"; import "nes.css/css/nes-icons.min.css"; import...
umm... I might want all-in-one CSS file. π€ It's so difficult.... Thanks to everyone, CSS has been optimize. π So the following might be also good. π * nes-core.css *...
It would be nice to have a tool like this. π https://codepen.io/bcrikko/full/OKNjRQ
Thanks for making a roadmap ππ¨ * ``: https://caniuse.com/#feat=dialog * There are browsers that do not support `dialog` element. * It's OK if we use `.nes-dialog` (e.g. `div.nes-dialog`) π *...
I'll describe my development policy β€οΈ * I'd like to keep it simple and minimal (or Keep it short and simple) * I'd like to only provide components * like...
> I think we need to better define what layout styles are so we can have a more successful conversation. I define `layout` as `molecules` and `organisms`. π In other...
I just came up with another idea π‘ I think that it's not good to split repositories. and we need `reboot.css`, because element style collapses if we remove `reboot.css`.π€ so...
Looks good π I'll review it later π
sry, I'm busy... so It will be late for me to review. π I have not reviewed all of them,,, I think that the following code is improved by using...