micah5 / PSone.css

🎮 PS1 style CSS Framework, inspired by NES.css
https://micah5.github.io/PSone.css/
MIT License
620 stars 33 forks source link

feat(icons): add a few psone clickable icons #7

Closed guastallaigor closed 5 years ago

guastallaigor commented 5 years ago

This address a part of #6 .

image


Note: Please, review if that's ok, not sure if it's good enough, specially the triangle one.

Other thing, if you have some ideas on how to reuse the CSS please let me know, because I don't know how to on .css files, only .scss, .styl, .sass.

But I strongly advise to setup something like NES.css, that developers there code on .scss and then it's compiled to .css, .css.min and.css.map` files.

micah5 commented 5 years ago

Beautiful, thank you! I agree- we should move to some CSS preprocessor. I don't really know any though, which would you suggest?

guastallaigor commented 5 years ago

I've used a few, but for basic usage such as mixins, variables, @import, and some conditionals, nothing so complex, and no one at it's full potential. By popularity, SASS/SCSS is a bit more popular. I think any pre-processor is ok. But I don't know entirely how to configure it for this project, to compile and generate .min.css automatically.