fortune
fortune copied to clipboard
🔮Fortune is your friendly CSS properties framework.
with a reorder & naming of fortune.css to reflect modules
Nav assumes to be an element but is actually a top nav implementation. Possibly extend to add an 'isAside'?
http://themes.carbondesignsystem.com/ ^^ this site is super cool. i really like the export css vars functionality gonna hack on something similar to carbon site for fortune this weekend fyi @atav1k can...
Setting @media to rem with a :root `font-size` causes some browsers to recursively bug
HSLA offers some native advantages, namely lighten/darken & alpha. https://www.sarasoueidan.com/blog/hex-rgb-to-hsl/
Given Bulma and Bootstrap are opposites on the spectrum in terms of naming conventions, why not make fortune have a longhand and shorthand counterpart, one being semantically optimized for prototyping...
For now, given the lack of documentation, I think it would be great to link your CodePen snippets e.g. https://codepen.io/atav1k/pen/VxKBxW to show developers what the value of this repo is.
In the recent article, I published: https://medium.freecodecamp.org/learn-this-one-weird-trick-to-debug-css-88529aa5a6a3 I talked about a global CSS debugger. Another method of using this, however, is scoped to an element and its children. E.g. ```/*!...
Placeholder for ideas on what to build for a documentation site - https://adam-marsden.co.uk/css-cheat-sheet - https://mustard-ui.com/ - https://shoelace.style/docs/installing.html - http://tedconf.github.io/shed-css/index.html
I'm wondering if you could exploit CSS variables to make the reset used itself specifiable. E.g. `--reset: var(--normalize);` etc. Given it can be opinionated, this could be really exciting!