https://github.com/bigcommerce/themes-lib-baseline
https://github.com/bigcommerce/themes-lib-baseline
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bigcommerce/themes-lib-baseline
- Owner: bigcommerce
- License: mit
- Created: 2021-06-03T12:46:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T00:55:10.000Z (over 2 years ago)
- Last Synced: 2025-02-24T03:44:55.605Z (over 1 year ago)
- Language: HTML
- Size: 67.4 KB
- Stars: 0
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Baseline
A simple style library for Bigcommerce themes.
## Installation
```
npm i --save github:pixelunion/bc-baseline
```
## Usage
You can now import the baseline stylesheet:
```
@import "../../node_modules/bc-baseline/baseline";
``
It is recommended to import `normalize` before `baseline`.
## Development
Use [scss-lint](https://github.com/brigade/scss-lint) to check for errors before commiting.
Baseline comes with an example HTML file. To rebuild it after adding/changing styles, run `npm run build`. That will compile all SCSS files and inject them into `/scripts/template.html`, saving the result to `example.html`.