Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdn/mdn-minimalist
The base Sass for Mozilla Developer based projects and products
https://github.com/mdn/mdn-minimalist
css framework mdn sass-framework
Last synced: about 2 months ago
JSON representation
The base Sass for Mozilla Developer based projects and products
- Host: GitHub
- URL: https://github.com/mdn/mdn-minimalist
- Owner: mdn
- License: mpl-2.0
- Archived: true
- Created: 2019-06-19T22:17:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T07:05:27.000Z (almost 3 years ago)
- Last Synced: 2024-09-21T18:19:53.494Z (about 2 months ago)
- Topics: css, framework, mdn, sass-framework
- Language: SCSS
- Homepage: https://mdn-minimalist.netlify.app/
- Size: 6.8 MB
- Stars: 110
- Watchers: 11
- Forks: 37
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# mdn-minimalist
[![Netlify Status](https://api.netlify.com/api/v1/badges/9b97df5e-40a6-47b0-9c73-5a1086c3e2a6/deploy-status)](https://app.netlify.com/sites/mdn-minimalist/deploys)
> NOTE: Work on minimalist is temporarily on hold. Please check back later.
The base Sass for Mozilla Developer based projects and products.
## Testing changes locally
Before you can start working with minimalist, you need to install [Hugo](https://gohugo.io/getting-started/installing/).
When making changes to minimalist, testing is done via the styleguide. To run the styleguide, built on Hugo, run the following command in your terminal:
```bash
yarn styleguide
```This will do an initial build and startup Hugo. You can now browser the styleguide locally at [http://localhost:1313](http://localhost:1313). Hugo will run in watch mode so, if any files or assets changes, it will automatically rebuild and reload the current page in the browser.
When you make a change to minimalist, you need to trigger a new build of the minimalist source. In a separate terminal instance, run the following:
```bash
yarn build:styleguide:sass
```