21 Commits

Author SHA1 Message Date
Lucas Larroche
ef2100499b feat: optional parent selector 2024-01-25 01:42:54 +07:00
Lucas Larroche
ce2ed6826d refactor: modules and css vars 2022-10-23 10:47:50 +07:00
Lucas Larroche
c5a1ffc733 refactor: prefix css vars 2022-10-22 13:11:51 +07:00
Lucas Larroche
51a68ce0fc chore: replace @import with @use 2022-10-22 11:44:10 +07:00
Lucas Larroche
670826069b chore: lint with prettier on build 2022-10-15 23:22:12 +07:00
Lucas Larroche
b925edd95a fix: postcss.config.js for css files 2022-10-15 17:34:58 +07:00
Lucas Larroche
759296f211 chore: remove docs and move to yarn 2022-10-15 17:23:02 +07:00
Lucas Larroche
17b3b4cead refactor: :not() selectors 2022-09-11 18:31:12 +07:00
Lucas Larroche
ca40486965 refactor: format tooltip 2022-09-11 14:59:43 +07:00
Kevin
8489f6a81a feat: support directions with data-placement 2022-06-21 17:23:16 +08:00
Kevin
2e7787aef4 Support left, right, bottom directions 2022-03-15 16:16:08 +08:00
Kevin
ae058f54e0 support tooltip directions with placement property 2022-03-15 15:48:05 +08:00
Lucas Larroche
4c914d1807 chore: Update sanitize.css resets 2022-03-06 10:53:20 +07:00
Lucas Larroche
e54d1ee4f7 feat(dropdowns): Dropdowns inside nav 2022-02-27 22:43:15 +07:00
Lucas Larroche
41314ab4b0 Revert "Merge branch 'master' into dev"
This reverts commit 6a6d67dbab230a058b494f6a468ed5f4423f1c4c, reversing
changes made to ba4bd765d8fb28466d816c098b03476754c13fc3.
2021-12-19 09:50:55 +07:00
Lucas Larroche
d5544ea021
Revert "Feature: modal" 2021-11-08 00:12:34 +07:00
Lucas Larroche
1b1c13b8cf Fix: Exclude tooltip animation on touch screens 2021-11-08 00:03:24 +07:00
Lucas Larroche
f6d38a7586 Order scss properties 2021-11-02 02:54:52 +07:00
Lucas Larroche
001d1a9657 RTL support #34 2021-10-24 02:06:00 +07:00
Jarek Zgoda
cb5b746bbb Use sass division function instead of deprecated operator
This effectively make the SCSS code processable only by dart-sass
because neither libsass (and node-sass in consequence) nor ruby-sass
supports new syntax. See
https://sass-lang.com/documentation/breaking-changes/slash-div for more
information.

This fixes #27
2021-08-18 12:44:54 +02:00
Lucas Larroche
dc42ec62f3 Add a loading indicator for aria-busy 2021-07-17 15:19:19 +07:00