rucksack
rucksack copied to clipboard
A little bag of CSS superpowers, built on PostCSS
Hi! Long-time rucksack user, wondering if there's it's known that neither https://www.rucksackcss.org/ nor https://simplaio.github.io/rucksack isn't working? I liked the documentation for rucksack and I would like to see it live...
Hello, Is there a roadmap to make Rucksack compatible with Postcss 8 ? Thanks
Would be great if you could create a custom plugin for stylelint that adds support for your custom rules; for example, making `font-range` a known property for the `property-no-unknown` rule.
I understand the issue, but am unsure of how to resolve it short of switching to a different, more absolute value (`px`). The issue is that I change the base...
The output for the native Clearfix outputs a ```:after``` which should be ```::after``` as per CSS3 spec. [Browser support](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) is IE9+, FF 3.5+, Edge, Safari and Chrome so should not...
Is there any way to override the default parameters globally? Specifically those for the font-range?
Should be able to pass a boolean _OR_ a config object to Rucksack modules. Every config object should have an `enabled` property that takes place of the Boolean. All other...
In favour of using `postcss-cli` directly. Already documented as such, will deprecated properly for Rucksack 2.
Because it does some serious magic. Image dimensions, inlining files, etc. will work out of the box. Will need to make a wrapper for defining load paths from css (`@rule`)...
Seems perfect for Rucksack.. something everyone has to have in their responsive toolkit. https://github.com/arccoza/postcss-aspect-ratio Happy to attempt a PR if you want it.