1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-13 09:23:58 +02:00

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.
This commit is contained in:
Angelos Chalaris
2017-06-05 17:00:43 +03:00
parent 8e77b43c3a
commit 826dab1ecd
4 changed files with 21 additions and 20 deletions

View File

@@ -1211,3 +1211,4 @@
- `utility` - **No changes** to existing components, however some additions might be required to make everything play as expected.
- Refer to above list in regards to the #19 feature request.
- Reworked complex `tab` module selectors to utilize the functionality of `:not(:first-of-type)` on `label` elements.
- Updated `tab` selectors to use new, *loose* definitions, effectively making the module `0.04KB` lighter. Not a huge difference, but good enough due to the maintenance impact it has on the module, plus the consistency fixed for `.stacked`.