B.C.Rikko

Results 32 comments of 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...