Commit graph

529 commits

Author SHA1 Message Date
Angelos Chalaris 0c9eef3309 Disabled fluid typography
Fluid typography is now disabled by default, as it needs more work and parts of it are not entirely to my liking. The feature is still available for those who want it.
2017-05-11 22:13:27 +03:00
Angelos Chalaris f9e94474ee Fixed a header bug
Fixed a bug where header.row would not display properly, should now work as expected, enabling layout customization and responsiveness inside the header.
2017-05-11 15:09:27 +03:00
Angelos Chalaris d8e6925f77 Implemented fluid typography
Flavors updated as needed, documentation for fluid typography added in the core module.
2017-05-11 14:52:31 +03:00
Angelos Chalaris 8b007dd20e Reordered modules
Switched the ordering of input_control and navigation. Now input_control comes before navigation, improving certain aspects of the code.
2017-05-11 11:19:02 +03:00
Angelos Chalaris 2c37b56ab0 Toast message flavor compatibility
Updated all flavors, dealing with the addition of the toast component.
2017-05-11 11:07:33 +03:00
Angelos Chalaris 657db332a9 Added toast message component
Completed component, added mixins, used mixins, updated documentation, updated customization documentation, made sure everything works neatly.
2017-05-11 10:54:47 +03:00
Angelos Chalaris 9dfe71cea6 Mockup implementation of toast
Added a quick and dirt version of the upcoming toast component, seems to work reasonably well so far. Further testing and work are required.
2017-05-11 01:22:34 +03:00
Angelos Chalaris 2f4d9525e4 Deprecated alert component (documentation)
Updated documentation to reflect the fact that the alert component is now deprecated. Most things will be properly updated when the toast component is ready.
2017-05-11 00:47:20 +03:00
Angelos Chalaris 7b8ba434b5 Deprecated alert component
The .alert component will no longer be supported. Flavors have been updated to deal with these changes (certain flavors will keep the component for a while, until I can get around to dealing with the problems its deprecation causes). Another commit will follow with the documentation updates for removing the deprecated component.
2017-05-11 00:33:21 +03:00
Angelos Chalaris 5db203b909 Flavor updates for new card styles
Updated both flavors to utilize the latest card styles
2017-05-10 23:52:45 +03:00
Angelos Chalaris bbe375ef3d Added new card styles
Updated cards to include the two new styles that will replace alerts, updated card documentation (for the most part).
2017-05-10 23:42:54 +03:00
Angelos Chalaris 393172e16f Updated styling of close icon
The .close icon now uses a Unicode character instead of the previous styling, saving precious space and making its code less complex.
2017-05-10 22:55:45 +03:00
Angelos Chalaris 6104029454 Removed nano progress bar
Removed the .nano progress bar, can be easily rebuilt using the provided mixins.
2017-05-08 19:21:03 +03:00
Angelos Chalaris c6056870eb Updated responsive visibility helper definitions
Updated the definitions of responsive visibility helpers to utilize !important, as they should have been doing since the beggining.
2017-05-08 17:56:39 +03:00
Angelos Chalaris ce03ac2a4d Updated generic shadow classes
Removed old classes, replaced with a single generic .shadowed class.
2017-05-08 17:51:17 +03:00
Angelos Chalaris 84741346b2 Added Scrimba Intro
Updated home page to include the Scrimba screencast that Per Harald Borgen made as an introduction to mini.css.
2017-05-08 13:47:58 +03:00
Angelos Chalaris bb2cb3ae66 Added Scrimba intro
Updated home page to include the Scrimba screencast that Per Harald Borgen made as an introduction to mini.css.
2017-05-08 13:46:00 +03:00
Angelos Chalaris 40b707f9c8 2.1.5 2017-05-05 12:58:28 +03:00
Angelos Chalaris 5c63984346 Re-releasing as v2.1.5
Something went terribly wrong with 2.1.4, 2.1.5 fixes that!
2017-05-05 12:58:03 +03:00
Angelos Chalaris d0f6a6bfa4 2.1.4 2017-05-05 01:21:10 +03:00
Angelos Chalaris d410d1a9c2 Pre-release commit
Updated all flavor files and docs to reflect next release.
2017-05-05 01:20:09 +03:00
Angelos Chalaris 22b730b987 Doc housekeeping
Made spacing and margins more responsive, so that mobile devices will have an easier time reading the website.
2017-05-05 01:15:03 +03:00
Angelos Chalaris b85d2893c5 Doc housekeeping
Consistent border styling, minor cleanup and layout changes.
2017-05-05 00:47:22 +03:00
Angelos Chalaris 72afbf8c17 Updated button group styling
Lowered the specificity of selectors, shrinking the size of the framework somewhat.
2017-05-04 23:11:01 +03:00
Angelos Chalaris d0363e7b22 Updated grid definitions
Optimization to code generatio for grid module, makes pre-defined layouts less complicated and less costly in terms of space.
2017-05-04 22:49:41 +03:00
Angelos Chalaris 41328781d1 Updated :active styling
Removed unnecessary styles from all elements, added conditions for styling :active links.
2017-05-04 16:15:43 +03:00
Angelos Chalaris 8db46f5946 Create CNAME 2017-05-04 14:45:57 +03:00
Angelos Chalaris ae263f6c68 Rephrased grammatical fix
The way I had it written was confusing, the fix made it as confusing, so I rephrased it to make it less confusing.
2017-05-04 12:07:51 +03:00
Angelos Chalaris 6f313098f2 Merge pull request #71 from mkeedlinger/master
Minor grammatical fix
2017-05-04 12:02:09 +03:00
Michael Edlinger f1e9808d0c small grammatical fix 2017-05-03 20:34:44 -06:00
Angelos Chalaris 11c244ed98 Updated customization doc for mobile
Added a mobile-friendly menu to help visitors on mobile navigate the pages.
2017-05-03 11:22:20 +03:00
Angelos Chalaris 4ba49f343a Changed font loading
Added font loading as inline to save a request.
2017-05-03 11:00:04 +03:00
Angelos Chalaris 0913f9b609 Validated documentation
Checked through validator.w3.org, found a significant amount of errors in documentation pages, dealt with all of them (hopefully).
2017-05-03 09:58:09 +03:00
Angelos Chalaris 104629e635 2.1.3 2017-04-28 14:59:59 +03:00
Angelos Chalaris d3e3b680c8 Updated changelog
Almost ready for release.
2017-04-28 14:52:48 +03:00
Angelos Chalaris 580d50ff44 Front-page update
Changed content a little bit, added browser logos etc.
2017-04-28 14:48:34 +03:00
Angelos Chalaris 159e8bd0d9 Added login form template
Created a new codepen for login forms and added to the template list.
2017-04-28 12:55:03 +03:00
Angelos Chalaris cd48db59b0 Sidebar navigation for customization docs
Added sidebar navigation to all customization doc pages.
2017-04-28 12:34:02 +03:00
Angelos Chalaris a560ffe346 Bumped flavors to latest version
Recompiled all flavors, updated lite with latest rules and palettes.
2017-04-28 11:39:02 +03:00
Angelos Chalaris 1eb365726e Updated flavors page
Updated flavors page to be ready for this release.
2017-04-28 11:20:01 +03:00
Angelos Chalaris cad71b5a5c Updated modules page
Added descriptions for each module's components, updated card view to look cleaner and better aligned.
2017-04-28 10:42:45 +03:00
Angelos Chalaris fdbcb9218f Fixed core documentation
Removed extra tabs, which made the preformatted code look weird.
2017-04-28 09:49:26 +03:00
Angelos Chalaris f337f190cb Updated module docs
Added sidebar navigation to all module documentation pages, updated the color palette of button elements to make them look better.
2017-04-28 01:00:44 +03:00
Angelos Chalaris df91cadf49 Built navigation for core, added ids
Added ids to all parts of the modules docs, linked to them through a nav sidebar in core. (Next commit will implement this for all modules)
2017-04-28 00:25:22 +03:00
Angelos Chalaris 829b47cce4 Updated module legacy support
Removed multiple legacy support features, most browsers now support the latest features, so no problems hopefully.
2017-04-27 23:04:36 +03:00
Angelos Chalaris ce381932b2 Added dark flavor
Created the mini-dark flavor as an alternative for people who want a dark flavor instead of the default light one.
2017-04-27 16:22:04 +03:00
Angelos Chalaris 31837594e1 Updated default flavor, fixed some bugs
Default flavor has been redesigned for 2.1.3 and a few bugs were found and then, as is tradition, squashed.
2017-04-27 14:30:14 +03:00
Angelos Chalaris 0168d4fa11 Added back the removed line
Somehow a line was removed. Added back!
2017-04-26 23:00:47 +03:00
Angelos Chalaris b141d2d93c Fixed a typo
As pointed out here: https://www.reddit.com/r/programming/comments/67n6jn/minicss_now_has_templates_new_flavors_and_better/dgru67x/
2017-04-26 22:47:54 +03:00
Angelos Chalaris 2b3d55c46d Doc pages housekeeping
Added secondary bar to quick_reference, dealt with a couple of other minor problems.
2017-04-21 14:50:36 +03:00