Style
Normalization to your brand with mixin library
Wee doesn’t try an dictate the styling of your project, instead if offers a lightweight reset and a powerful collection of mixins. Output only what you need but with the tools to organize and automate your entire workflow.
Reset
The reset does the bare minimum to efficiently normalize all browsers to a clean foundation to build on. Instead of generically resetting things that you’ll immediately override with a static reset Wee leverages extensive Less variables to minimize CSS output and maximize efficiency.
This tiny media query does the bare-minimum to try and automate getting your pages in a printable format. You can add additional rules to /assets/css/custom/print.less
.
Note
If unneeded you can disable print styling in project.json.
Legacy
IE8 doesn’t support media queries. Instead of using a complicated polyfill Wee automates concatenating media queries into a single file that can be served conditionally to IE8. Additionally it includes a few rules to resolve rendering issues and the build process converts REMs to pixels and replaces opacity with a filter.