Commit graph

41 commits

Author SHA1 Message Date
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
759296f211 chore: remove docs and move to yarn 2022-10-15 17:23:02 +07:00
Lucas Larroche
ad534987fc Merge branch 'dev' into pr/141 2022-03-06 15:10:20 +07:00
Lucas Larroche
cf7c1e340c chore(typography): Optimize selectors 2022-03-06 12:11:41 +07:00
Lucas Larroche
ff30e814ec refactor: Links selectors 2022-03-06 11:18:12 +07:00
Lucas Larroche
f1bde7f7f7 Merge branch 'dev' into pr/141 2022-03-06 11:13:56 +07:00
Lucas Larroche
4c914d1807 chore: Update sanitize.css resets 2022-03-06 10:53:20 +07:00
Lucas Larroche
9a0db7ab7f style(dropdowns) 2022-03-06 09:37:03 +07:00
Lucas Larroche
df298eb4aa feat(accessibility): Add aria-current 2022-02-27 16:12:53 +07:00
Leonardo Matos
99c9222294
Simpler/smaller typografy selectors with :where :is 2022-02-24 00:04:56 -03:00
Lucas Larroche
568f3c646d Update .headings SCSS code and docs 2021-12-31 11:42:44 +07:00
AmiralBl3ndic
56c310fe99 fix: make .headings an alternative only when classes are enabled 2021-12-29 19:38:23 +01:00
AmiralBl3ndic
ed120df03b Feat: add a class alternative to hgroup 2021-12-29 19:22:08 +01:00
Timothy Wright
5a832744b1 Align text to baseline in mark 2021-12-19 17:22:47 -05:00
Lucas Larroche
41314ab4b0 Revert "Merge branch 'master' into dev"
This reverts commit 6a6d67dbab, reversing
changes made to ba4bd765d8.
2021-12-19 09:50:55 +07:00
Lucas Larroche
d5544ea021
Revert "Feature: modal" 2021-11-08 00:12:34 +07:00
Lucas Larroche
f6d38a7586 Order scss properties 2021-11-02 02:54:52 +07:00
Lucas Larroche
5f6e3c1abd Prettify code 2021-10-24 12:33:20 +07:00
Lucas Larroche
001d1a9657 RTL support #34 2021-10-24 02:06:00 +07:00
Lucas Larroche
2986278b15
Merge pull request #28 from zgoda/sass_division
Sass division
2021-09-04 11:46:26 +07:00
Lucas Larroche
ed31173735 Fix ul font-size
+ Clean rebuild
2021-09-04 11:41:14 +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
Lucas Larroche
537f5008c2 Small fixes
- @mixin and @include for dark scheme
- unset `--font-weight` in `hgroup`
2021-07-03 00:22:17 +07:00
Lucas Larroche
d12af72cab CSS Vars refactoring 2021-07-02 16:54:41 +07:00
Lucas
c89db4ec2d Small fixes
- Lighter <mark>
- Better <hgroup>
- Edit hover for [type="range"]
- button.outline border-width dynamization
- Fix font-family for headings
2020-09-30 17:20:28 +07:00
Lucas
9b1ef33577 Move styles in SCSS vars to CSS vars 2020-09-29 08:38:35 +07:00
Lucas
86a54ed191 Smaller list spacing 2020-09-24 08:29:07 +07:00
Lucas
e66bcdbce9 Better heading spacings after a typography block 2020-09-12 10:56:24 +07:00
Lucas
b319b6785a Better heading spacings after <p> 2020-09-12 10:38:23 +07:00
Lucas
a2404b19b5 Add Sanitize.css
https://csstools.github.io/sanitize.css/
2020-09-11 23:22:50 +07:00
Lucas
6cc98ad873 Small CSS improvements
- Helper (<small>) for <select> and <textarea>
- Better roll for a.contrast
2020-08-08 10:05:47 +07:00
Lucas
b3022b256e Improve markup validity
- Use `.classes` instead of properties for validations states
- Docs: `aria-label` for `article`
+ Simplify `hgroup`
2019-12-10 11:14:24 +07:00
Lucas
772425bf2f Simpler cards, code and scroller 2019-12-03 09:51:37 +07:00
Lucas
345053a956 Improvements
- Remove Increase headings font size inside <header>
- Add $enable-transitions in _variables.scss
- Bigger Checkbox, Radio, switch
- Remove borders on button
2019-12-02 23:22:13 +07:00
Lucas
434cbe02ac Scss files organization
+ Slim version example
2019-12-02 11:52:26 +07:00
Lucas
85e21d35de Improvements
- Edit code colors and add a color for comments
- Add ::selection
- Small edits for cards: last-child and overflow
- Add card-sectioning (header, footer, pre)
- Change global hue for Primary color
- Remove border for pre
- Add querySelectorAll() for theme-switcher.js
- Update docs
2019-12-01 16:35:38 +07:00
Lucas
73237bdcd4 Improvements
- Add .contrast variant
- Separate _button-styles.scss
- Edit .secondary, mark, figcaption, hgroup, tooltips
- Docs: Add More about grids, External links icon, Second theme switcher
2019-11-30 12:43:20 +07:00
Lucas
066c0a04fd Better accessibility 2019-11-28 21:51:58 +07:00
Lucas
16c7596319 Initial commit 🚀 2019-11-27 15:31:49 +07:00