diff --git a/docs/customization/table.html b/docs/customization/table.html
index ea58f8e..8dd730b 100644
--- a/docs/customization/table.html
+++ b/docs/customization/table.html
@@ -29,52 +29,52 @@
- After downloading mini.css, pick a Flavor and use it for your project.
+ After downloading mini.css, pick a Flavor and use it for your project.
Alternatively, you can use either GitCDN or RawGit to import the default flavor of mini.css. Simply add one of the following references inside your HTML page's <head>
tag:
<link rel="stylesheet" href="https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-default.min.css">
@@ -148,21 +148,23 @@
mini.css is a lot lighter than a lot of other full-featured CSS frameworks (e.g. Bootstrap, Semantic UI), but it is not a micro framework (e.g. Milligram, Pure.CSS). Instead, mini.css blurs the line between full-featured and micro frameworks by providing lots of modules and components in a very small file. All the things you expect to find in a CSS framework, such as grids, styling for common elements and typography, along with some more complex components such as tabs or cards are all present in mini.css.
What exactly does mini.css provide?
- Many CSS frameworks utilize modules to deliver more components and features, without making it necessary for all developers to include them. mini.css provides a handful of very powerful modules that can do many different things. This way, developers only have to learn a few different HTML structures and patterns, while having the ability to build a lot of interesting things with them. You can see an overview of the modules below:
+ Many CSS frameworks utilize modules to deliver more components and features, without making it necessary for all developers to include them. mini.css provides a handful of very powerful modules that can do many different things. This way, developers only have to learn a few different HTML structures and patterns, while having the ability to build a lot of interesting things with them. You can see an overview of the modules below:
- - Core - Basic reset and fix rules, based on Normalize.css v5.0.0, typography and common textual element styling
- - Grid - Powerful, responsive grid system based on the Flexible Layout Module (commonly known as flexbox)
- - Navigation - Common navigational elements such as headers, footers and navigation bars
- - Input Control - Form, input element, checkbox, radio button and button styling
- - Table - Modern table styling, horizontal and preset tables, table responsiveness for mobile devices
- - Card - Sleek, modern general-purpose content containers, media embedding
- - Tab - Modern, responsive tabs, accordions and collapses
- - Contextual - Content highlight element styling, elegant alerts and accessible tooltips
- - Progress - Modern progress bar styling and spinning progress indicators
- - Utility - Utilities, visibility helper classes, responsive sizing and breadcrumbs
-
+ Core - Basic reset and fix rules, based on Normalize.css v5.0.0, typography and common textual element styling
+ Grid - Powerful, responsive grid system based on the Flexible Layout Module (commonly known as flexbox)
+ Navigation - Common navigational elements such as headers, footers and navigation bars
+ Input Control - Form, input element, checkbox, radio button and button styling
+ Table - Modern table styling, horizontal and preset tables, table responsiveness for mobile devices
+ Card - Sleek, modern general-purpose content containers, media embedding
+ Tab - Modern, responsive tabs, accordions and collapses
+ Contextual - Content highlight element styling, elegant alerts and accessible tooltips
+ Progress - Modern progress bar styling and spinning progress indicators
+ Utility - Utilities, visibility helper classes, responsive sizing and breadcrumbs
+
+ While not strictly part of the framework, we have also created component libraries for React and Preact, which will make your development faster and easier, especially if you are developing progressive web apps. You can get started with one of our Javascript libraries here!
+
How do I customize mini.css?
- mini.css allows you to easily customize your designs, using Flavors, pre-built color and style variants of the framework. The functionality is the same, but many things like color palettes, spacing and fonts can be easily changed by the community. Apart from that, you can easily build your own flavor by tweaking variables and using mixins, as explained in depth in the customization section.
+ mini.css allows you to easily customize your designs, using Flavors, pre-built color and style variants of the framework. The functionality is the same, but many things like color palettes, spacing and fonts can be easily changed by the community. Apart from that, you can easily build your own flavor by tweaking variables and using mixins, as explained in depth in the customization section.