gorko
gorko copied to clipboard
A tiny Sass token class generator.
I hope this is useful as sass moves to a module system. Please forgive the number of commits. It took some back and forth working this out.
Hi, and thank you for creating Gorko and so many other useful tools and writings to help us with our design. I've recently stumbled upon your talks about CubeCSS while...
@hankchizljaw Following your talk and watching your website https://buildexcellentwebsit.es/ I am wondering whether I still should use gorko or better switch to tailwind? I am wondering whether you will still...
I'm not super familiar with sass but I did see that `@use` is now the recommended way to pull in modules. However it seems to break Gorko 😞 I'm not...
When running the `generate-css-vars` mixin without themes the css vars from a config file will be generated twice. There is no need for the else branch on the $themes check...
Hello ! Config files says : ```js 'box': ( 'items': ( 'block': 'block', 'flex': 'flex', 'hide': 'none', 'show': 'inherit' ), ``` `inherit` seems a bit risky since it depends from...
If `package.json` would contain ```json "style": "gorko.scss" "sass": "gorko.scss" ``` then they could (depending on the build setup) be imported with `@import '~gorko';` instead of `@import 'node_modules/gorko/gorko.scss';` (or `@import '~gorko/gorko.scss';`)...
Breakpoints have the [mediatype](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries#media_types) hard coded to be screen. It is currently not possible to have a valid media query which references a different mediatype. Removing that hard coding allows...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...