@fewlines/stylesheets
v2.0.0
Published
Shareable stylesheets used across Fewlines websites
Downloads
7
Readme
Fewlines Stylesheets
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.
Usage
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";
Test
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.
Contributing
See CONTRIBUTING.md.