Commit graph

551 commits

Author SHA1 Message Date
Angelos Chalaris 826dab1ecd Updated tab selectors
More updates on the tab selectors, making them lighter and easier to work with. Browser parsing should be a lot faster now.
2017-06-05 17:00:43 +03:00
Angelos Chalaris 8e77b43c3a Updated tab selectors
Doesn't change anything, except for the selectors used for styling tabs. Should make the CSS parsing and use a lot easier.
2017-06-05 16:42:29 +03:00
Angelos Chalaris 4495021488 Updated flavor colors
Code, button and certain other elements have been updated so that they look better on a larger variety of screen types.
2017-06-05 14:27:17 +03:00
Angelos Chalaris f8d2364f8d Updated landing page
Documentation update to give the front page of mini.css a little bit of a facelift. Icons were replaced with svg icons, making it look a lot more modern and fancy.
2017-06-05 14:04:58 +03:00
Angelos Chalaris 00e8ac20ca Package setup updates
Housekeeping and cleanup for packaging.
2017-06-05 11:59:33 +03:00
Angelos Chalaris 50e1dffd48 Doc update
Fixed a typo in input_control's docs.
2017-05-30 13:37:15 +03:00
Angelos Chalaris 085ca5c247 Doc update
Typo fixed in table documentation.
2017-05-30 13:21:19 +03:00
Angelos Chalaris 33d25de9a9 Doc update
Fixed a typo in tab and added a note about fluid typography in core.
2017-05-30 11:22:36 +03:00
Angelos Chalaris 0afb5277ad Documentation update
Pretty sizeable documentation update, improving layout, typos etc. Also added the Codepen Project to the templates page, a small note to star the project in the front page and two more examples in the drawer component documentation to make sure that everything is properly documented.
2017-05-22 17:05:40 +03:00
Angelos Chalaris a7fc3f827e 2.2.0 2017-05-12 16:25:50 +03:00
Angelos Chalaris c2c6d32a2b Merge branch 'dev220' 2017-05-12 16:24:21 +03:00
Angelos Chalaris f0622d7d95 Updated CHANGELOG, ready for release
Everything is updated, ready to merge and release.
2017-05-12 16:24:06 +03:00
Angelos Chalaris c82594e77a Updated flavor descriptions
Updated all flavor descriptions to be accurate and up-to-date.
2017-05-12 15:38:47 +03:00
Angelos Chalaris 076fd2d9c7 Updated Sucroa flavor
The Sucroa flavor has been updated to the latest version. Alerts and the .nano progress bar have been removed, the .toast has been added using the color palette that the flavor uses, the alert colors have been moved to .card color variants, .drawer has been added using the colors of <nav>, generic shadows remain unchanged, based on the fact that the flavor still uses shadows, the .drawer component does not have a shadow by the way (I think it causes some problems, but this requires further testing). If anyone wants to update the flavor, please refer to this commit!
2017-05-12 15:16:23 +03:00
Angelos Chalaris 528e463904 Updated documentation
Added screencasts, updated a minor styling decision in docs.
2017-05-12 14:53:58 +03:00
Angelos Chalaris 38bfc6ea6e Updated Nord flavor
The Nord flavor has been updated to the latest version. Alerts and the .nano progress bar have been removed, the .toast has been added using the color palette that the flavor uses (as far as I understand it), the alert colors have been move to .card color variants, .drawer has been added using the colors of <nav>, generic shadows remain unchanged, based on the fact that the flavor still uses shadows, the .drawer component does not have a shadow by the way (I think it causes some problems, but this requires further testing). If anyone wants to update the flavor, please refer to this commit!
2017-05-12 14:38:32 +03:00
Angelos Chalaris 8bb3c18d97 Customization documentation updates
All customization documentation pages have been updated with mobile-friendly menus.
2017-05-12 14:22:22 +03:00
Angelos Chalaris 7cb2329762 Documentation updates
All docs (except customization which will be updated in the next commit) have been updated to use the new drawer on mobile and have had their version tags updated. New menu items and links are now properly shown in the menus.
2017-05-12 13:56:37 +03:00
Angelos Chalaris 4a564505af Quick reference for drawer
Updated quick reference with the requred documentation for the .drawer component.
2017-05-12 12:50:05 +03:00
Angelos Chalaris 6dd6194d77 Customization doc for drawer
Documented customization for the new drawer component.
2017-05-12 12:23:00 +03:00
Angelos Chalaris 7b3bea996e Updated navigation documentation
Added documentation for the drawer component in certain pages.
2017-05-12 01:03:38 +03:00
Angelos Chalaris a4a1e84a7c Added drawer component
Thoroughly tested and not yet documented, a .drawer component has been added to allow for better menus on mobile devices.
2017-05-11 23:36:52 +03:00
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