All Projects → mdn → mdn-minimalist

mdn / mdn-minimalist

Licence: MPL-2.0 license
The base Sass for Mozilla Developer based projects and products

Programming Languages

SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mdn-minimalist

Katana
Katana is CSS Layout System made with Flexbox
Stars: ✭ 57 (-48.65%)
Mutual labels:  sass-framework
Content
The content behind MDN Web Docs
Stars: ✭ 3,871 (+3387.39%)
Mutual labels:  mdn
ekzo
💫 Functional Sass framework for rapid and painless development
Stars: ✭ 32 (-71.17%)
Mutual labels:  sass-framework
Now Ui Kit
Now UI Kit Bootstrap 4 - Designed by Invision. Coded by Creative Tim
Stars: ✭ 1,705 (+1436.04%)
Mutual labels:  sass-framework
Webextensions Examples
Example Firefox add-ons created using the WebExtensions API
Stars: ✭ 3,050 (+2647.75%)
Mutual labels:  mdn
vim-mdnquery
Query the Mozilla Developer Network documentation without leaving Vim
Stars: ✭ 19 (-82.88%)
Mutual labels:  mdn
sass-structure
Sass folder structure => organizing project files.
Stars: ✭ 32 (-71.17%)
Mutual labels:  sass-framework
big-frontend-knowlage
前端入门到进阶图文教程,超详细的Web前端学习笔记。从零开始学前端,做一名精致优雅的前端工程师。公众号「人生代码」作者。
Stars: ✭ 31 (-72.07%)
Mutual labels:  mdn
Kuma
The project that powers MDN.
Stars: ✭ 1,903 (+1614.41%)
Mutual labels:  mdn
vscode-esdoc-mdn
[BETA] See documentation of any javascript api from mozilla on your visual studio code side by side
Stars: ✭ 31 (-72.07%)
Mutual labels:  mdn
Qmui web
An efficient front-end framework for developers building UI on the web.
Stars: ✭ 1,719 (+1448.65%)
Mutual labels:  sass-framework
mdn
Man pages for web APIs using MDN
Stars: ✭ 42 (-62.16%)
Mutual labels:  mdn
MDN-Dark
Dark theme for the Mozilla Developer Network
Stars: ✭ 20 (-81.98%)
Mutual labels:  mdn
Mini.css
A minimal, responsive, style-agnostic CSS framework!
Stars: ✭ 2,938 (+2546.85%)
Mutual labels:  sass-framework
mdn-fiori
MDN Web Docs Front-End style guide
Stars: ✭ 16 (-85.59%)
Mutual labels:  mdn
neon
Neon is a modern VueJS design library built with Typescript and SASS
Stars: ✭ 19 (-82.88%)
Mutual labels:  sass-framework
madosel
Modasel is a family of responsive front-end frameworks that make it easy to design beautiful responsive websites, apps that look amazing on any device. Madosel is semantic, readable, flexible, and completely customizable.
Stars: ✭ 39 (-64.86%)
Mutual labels:  sass-framework
browserslist-generator
A library that makes generating and validating Browserslists a breeze!
Stars: ✭ 77 (-30.63%)
Mutual labels:  mdn
angular-base-apps
UI library for angular JS apps
Stars: ✭ 62 (-44.14%)
Mutual labels:  sass-framework
Ecommerce
Angular 6 Ecommerce Application POC
Stars: ✭ 46 (-58.56%)
Mutual labels:  sass-framework

mdn-minimalist

Netlify Status

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.

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:

yarn styleguide

This will do an initial build and startup Hugo. You can now browser the styleguide locally at 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:

yarn build:styleguide:sass
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].