Disclaimer: this package is made for our internal usage and is only open source for convenience so we might not consider Pull Requests or Issues.
Shareable stylesheets used across Fewlines websites.
This package relies on postcss-custom-properties
, postcss-color-mod-function
, and postcss-import
to work propertly.
Just include the stylesheet you want to use like this:
@import "@fewlines/stylesheets/styles/colors.css";
@import "@fewlines/stylesheets/styles/fonts.css";
Or you can include all our css in your project like this:
@import "@fewlines/stylesheets/styles/fewlines.css";
There is no automated testing here, but you can serve the folder and look at the index.html
while you're making some changes in it.
See CONTRIBUTING.md.