Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit b03d6c7

Browse files
authored
Merge pull request #130 from Chalarangelo/gluon.v3
Gluon.v3
2 parents 4160140 + 249d58e commit b03d6c7

1,712 files changed

Lines changed: 125135 additions & 22262 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
prepros-6\.config
2-
3-
docs/v3/index-splash-o2\.jpg
4-
5-
docs/v3/index-splash-o1\.jpg
6-
7-
dist/mini-doc\.min\.css
8-
9-
dist/mini-doc\.css
10-
11-
docs/v3/index-splash_original\.jpg
1+
prepros-6\.config
2+
3+
dist/mini-doc\.min\.css
4+
5+
dist/mini-doc\.css
6+
7+
docs/v3/index-splash-o1\.jpg
8+
9+
docs/v3/index-splash-o2\.jpg
10+
11+
docs/v3/responsive-original\.svg
12+
13+
docs/v3/index-splash_original\.jpg
14+
15+
node_modules

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ A minimal, responsive, style-agnostic CSS framework
44

55
[![npm](https://img.shields.io/npm/v/mini.css.svg)](https://www.npmjs.com/package/mini.css)
66
[![license](https://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/Chalarangelo/mini.css/blob/master/LICENSE)
7-
[![website](https://img.shields.io/badge/website-online-green.svg)](https://chalarangelo.github.io/mini.css/)
8-
[![Gitter](https://img.shields.io/gitter/room/minicss/Lobby.svg)](https://gitter.im/minicss/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7+
[![website](https://img.shields.io/badge/website-online-green.svg)](https://minicss.org)
98

109
![Logo](/docs/page_thumb.png)
1110

@@ -30,9 +29,9 @@ npm install mini.css
3029
yarn add mini.css
3130
bower install mini.css
3231
```
33-
2. Pick one of the available [flavors](https://chalarangelo.github.io/mini.css/flavors.html) and use its CSS file.
32+
2. Pick one of the available [flavors](https://minicss.org/flavors) and use its CSS file.
3433

35-
3. Start working on your project. Detailed documentation is available on the framework's [website](https://chalarangelo.github.io/mini.css/modules.html), so be sure to check it out.
34+
3. Start working on your project. Detailed documentation is available on the framework's [website](https://minicss.org/docs), so be sure to check it out.
3635

3736
#### Method 2: Use GitCDN
3837

@@ -58,9 +57,9 @@ If you would rather use an older version of the framework, you should head over
5857

5958
## Flavors & customizaton
6059

61-
*Flavors* are one of the key features of **mini.css**, allowing you to customize your website's design and make your project stand out. We provide you with a few pre-defined [flavors](https://chalarangelo.github.io/mini.css/flavors.html) that might suit your needs and will help you figure out how to use the framework and create websites and apps with it.
60+
*Flavors* are one of the key features of **mini.css**, allowing you to customize your website's design and make your project stand out. We provide you with a few pre-defined [flavors](https://minicss.org/flavors#prebuilt-flavors) that might suit your needs and will help you figure out how to use the framework and create websites and apps with it.
6261

63-
But you can easily build you own flavors by editing a flavor file and customizing almost everything. For more information, head over to the [Customization page](https://chalarangelo.github.io/mini.css/customization/index.html) and build your own flavor the way you like it.
62+
But you can easily build you own flavors by using our [flavor generator tool](https://minicss.org/flavors#build-your-own-flavor), which allows you to customize almost everything. Take your time and create the perfect flavo to suit your needs.
6463

6564
---
6665

@@ -78,7 +77,6 @@ The team behind **mini.css** is as follows:
7877
- Angelos Chalaris ([@chalarangelo](https://github.com/Chalarangelo)) - Sass archmage, project manager
7978

8079
Special thanks to these fine folks for helping in the development of **mini.css**:
81-
- Angeliki Daskalakis ([@angiedaskalakis](https://github.com/AngieDaskalakis)) - Author of the [Sucroa](https://github.com/Chalarangelo/mini.css/blob/master/dist/mini-sucroa.css) flavor
8280
- [@tphecca](https://github.com/tphecca) - Author of the [Nord](https://github.com/Chalarangelo/mini.css/blob/master/dist/mini-nord.css) flavor
8381
- [Per Harald Borgen](https://scrimba.com/perborgen) - Introductory video creator
8482
- Rory Primrose ([@roryprimrose](https://github.com/roryprimrose)) - Code restructure

0 commit comments

Comments
 (0)