Commit graph

44 commits

Author SHA1 Message Date
4e4f8814d3 feat: Resolve all deprecation warnings for sass
- Replace @import with @use and @forward
- Only color function is used in _basic.scss for now
- Change _all.scss to _index.scss
- Modules use direct dependencies
- Move @include from _config.scss to _common.scss, this was a long term mistake
- Remove $color_list
- Change basic_color()
2025-10-26 11:33:54 +01:00
867e96ea0a feat: Change mouse over identifier 2025-10-25 09:17:58 +02:00
b739ddefda feat: Replace deprecated sass things
- Global built-in functions
- Color functions
2025-10-25 08:59:09 +02:00
225c1dd55c feat: Update to .io styles
- Combine element definitions for margin
- Add label handling
- Add .group for combinations with gap in between
2025-10-20 21:08:42 +02:00
9d4c65ad28 fix: Margin for io
- Remove margin from interactive elements inside of .io class
- Margin is back to the default $margin_io
- Elements inside of .io > nav are spaced with flex gap
2025-10-20 20:10:56 +02:00
0a55d967e4 fix: Remove height from vertical hr 2025-10-20 20:05:24 +02:00
cf8fc6bd5d feat: Change label styles and update layouts
- Remove .label
- Handle interactive elements inside p like inside label instead
2025-10-20 19:26:01 +02:00
2d582a5032 feat: New style for input range
- Exclude input range from .input_io
- Add TODO to replace .input_io and move to io_module
- Set accent color for input range
2025-10-20 18:55:07 +02:00
54f1de579c feat: Add menu tag 2025-10-10 18:25:24 +02:00
9de0eeddea feat: Add formatting for hgroup 2025-09-29 20:39:41 +02:00
1410cf811c feat: Add transition variables 2025-09-29 20:28:17 +02:00
c3fd520578 fix: Double assignment 2025-07-28 22:30:16 +02:00
9513d6436d fix: Wrong height for vertical hr 2025-07-28 22:15:03 +02:00
62d96fd874 fix: Button shall not be selected as text 2025-07-28 22:11:47 +02:00
fb1bd808a0 fix: Button inner elements must not have a pointer event 2025-06-22 18:16:04 +02:00
36919cae47 feat: Io module optimize 2025-06-22 17:41:31 +02:00
8ffc1b8346 fix: Leftover text breaking file parsing 2025-06-22 15:57:14 +02:00
3d23ba55d4 feat: New io module
- Add module for io
- Move common io parts to new module
2025-06-22 15:48:01 +02:00
c7179c7a3d feat: Add and rename common
- New size_io_button placeholder
- Remove variants of basic typo placeholder
2025-06-22 15:47:18 +02:00
b7ec209761 docs: Add comment 2025-06-21 14:35:32 +02:00
35b55de550 feat: Changes to flex and display
- Remove unused flex classes
- Nav module no longer dependend on common flex classes
- Add important to common display and opacity
2025-06-21 13:35:26 +02:00
2f63dbe2b6 feat: Changes to io
Keyword "io" now has many more usage scenarios.

- Default margin for io now 0
- New config value for inline element margin
- Rename first classes
- Io classes integrated to sections and groups
2025-06-20 17:07:03 +02:00
1a3c25d8b5 feat: New variants
- Add flex inline placeholder
- Add hr vertical class
2025-06-20 17:02:27 +02:00
c268f4fdca feat: New bound class io
This is a change of paradigm!

- Add io class bound to header element
2025-06-19 16:43:32 +02:00
3eab0f0956 feat: Rename io classes
This leads to more renaming.

- io_input is now input_io
- io_button is now button_io
2025-06-19 16:15:44 +02:00
a1a4bd408b feat: Rename class
- Rename sub class to horizontal and bound to ul and ol elements
- Reformat files
2025-06-19 14:18:45 +02:00
d17f966794 feat: Change default timings
- Change mouse over time
- Change default duration
- Format with tabs
- Reindent
2025-05-18 11:12:00 +02:00
9f3797f651 feat: Change common classes
- Remove %hidden placeholder
- Rename hide class to di_none
- Add op_hide and op_show classes
- Add config variables for transition with op_* classes
2025-05-02 14:01:41 +02:00
ec93121d4a feat: Add button style 2025-04-12 14:29:57 +02:00
2e100f72a9 feat: add config variable for transition 2024-08-14 18:23:16 +02:00
ca9dbcb48c feat: add new hr type 2024-08-11 00:54:56 +02:00
84ddbceb9a Migration to new home
- Updated project links in README
- Update to text in README
- Small additions to .gitignore for Sass
2023-10-17 19:10:46 +02:00
Stephan Hagedorn
bf818600f8 Simplified media queries
- Switched to pixel based values again to fix error
- Future version should use em values again
2022-08-11 21:40:10 +02:00
Stephan Hagedorn
0214054c81 Fixes to SASS
- Changes to sass:math
- Mediaqueries not working anymore
2022-08-08 21:45:53 +02:00
5e667371e6 Moved card module to hippie 2021-03-14 21:44:05 +01:00
b27dc31455 Added link style 2021-03-14 20:30:58 +01:00
ceb9d8c4a9 Remove color from headings 2021-03-14 20:11:14 +01:00
Stephan Hagedorn
50017657ba added sprite file to gitignore 2020-05-24 17:33:05 +02:00
Stephan Hagedorn
cb93384315 removed sass placeholder
(i) change from parent project hippie
2020-05-08 19:55:55 +02:00
f8ffd90a83 forgot new file 2020-02-01 14:54:00 +01:00
f30d5d3567 moved vendor mixin 2020-02-01 13:52:04 +01:00
Stephan
f081d93545 Added README and removed dependency
* Removed import of normalize.css
2020-01-05 16:32:26 +01:00
Stephan
b60dd80cd5 added current state from hippie main repo
commit state 175816
source/style/hippie
2019-11-12 20:18:02 +01:00
Stephan
58147a8e95
Initial commit 2019-11-12 19:30:13 +01:00