Vikram Rojo

Results 12 comments of Vikram Rojo

is there an interim recommendation or practice for media queries that plays well with evergreen?

I like the concept because by leaving the feature set and skeleton open ended it resembles something like a theming layer where folks add blog packages.

I searched my bookmarking system Twitter & https://twitter.com/atav1k/status/1020039458283024384 https://hihayk.github.io/modulator/

Pretty cool, seems like it's wired up pretty well.

Had removed documentation until the framework was a bit more stable but a great reminder to reintroduce inline docs in variables & other css files.

Requirement is to add sources where possible, eg. http://clrs.cc

A cheat sheet might be a good first version https://github.com/AdamMarsden/css-cheat-sheet/blob/master/readme.md

Documentation Sample ### Tokens Gap `--gap-x | rem | 0-0.75rem` Space `--space-x | rem | 0-10rem` Color `--color: color | #001f3f` State `--state-x | var(color) | primary | secondary |...

Registered fortunecss.com

I wanted to start with the cheat sheet after seeing https://github.com/AdamMarsden/css-cheat-sheet so that's 70% complete. I need to address #39 this week and finish the readme.md. Could you explain interactive...