Lucas Larroche
|
9ed2816652
|
Merge pull request #91 from AmiralBl3ndic/dev
feature(issue#90): add an alternative to hgroup
|
2021-12-31 11:48:41 +07:00 |
|
Lucas Larroche
|
568f3c646d
|
Update .headings SCSS code and docs
|
2021-12-31 11:42:44 +07:00 |
|
Lucas Larroche
|
c430d146f7
|
Merge pull request #93 from Shirobachi/fix-modal-call
Fix modal calls
|
2021-12-31 11:08:23 +07:00 |
|
Lucas Larroche
|
4175f83e19
|
Fix modal example code
|
2021-12-31 10:57:06 +07:00 |
|
Simon Hryszko
|
e7ecbf44fe
|
Fix modal calls
|
2021-12-30 08:44:07 +01: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 |
|
KiranMantha
|
924034a87c
|
chore: fixed typo in docs
|
2021-12-27 17:53:21 +05:30 |
|
KiranMantha
|
f410f48c1c
|
chore: updated docs as per contribution rules
|
2021-12-27 17:33:16 +05:30 |
|
KiranMantha
|
539909cbb9
|
chore: updated docs
|
2021-12-27 17:02:35 +05:30 |
|
KiranMantha
|
72a3adb16b
|
feature(issue#52): added a new dropdown component
|
2021-12-27 13:55:58 +05:30 |
|
Markus Siering
|
66f85919e5
|
chore: build docs + css files
refs #79
|
2021-12-25 16:02:12 +01:00 |
|
Markus Siering
|
dd96dd0b5a
|
feat(labels): add optional font weight
which can be set separately from the standard font weight
to put emphasis on the form labels if needed.
closes #79
|
2021-12-25 16:01:19 +01:00 |
|
Masahiko Shin
|
90f3eb9fb3
|
compile scss
|
2021-12-25 18:21:39 +09:00 |
|
Masahiko Shin
|
6068002080
|
Fix button.scss.
The `<a>` tag does not have `disabled` attribute and in order to "disable" them it is recommended to remove href attribute.
https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element
https://www.w3.org/TR/2021/REC-html-aria-20211209/#el-a
|
2021-12-25 18:19:15 +09:00 |
|
Lucas Larroche
|
e7ffe74a05
|
Rebuild
|
2021-12-24 00:50:06 +07:00 |
|
Lucas Larroche
|
f3302451cf
|
Merge pull request #72 from jubishop/dev
remove any reference to `.secondary` or `.contrast` from classless version
|
2021-12-24 00:47:30 +07:00 |
|
Lucas Larroche
|
ab9c1a193b
|
Merge branch 'dev' into dev
|
2021-12-24 00:47:01 +07:00 |
|
Lucas Larroche
|
0edf2e2d70
|
Merge branch 'dev' into pr/72
|
2021-12-24 00:41:47 +07:00 |
|
Lucas Larroche
|
4dbfa19db6
|
Revert package.json changes
|
2021-12-24 00:27:03 +07:00 |
|
Lucas Larroche
|
fdd116afbd
|
Merge pull request #74 from autogenus/dev
Align text to baseline in mark
|
2021-12-24 00:12:21 +07:00 |
|
Lucas Larroche
|
8a80d267f8
|
Merge pull request #71 from ftonato/docs/form-disabled-fiedls
docs: update form examples for disabled fields (radio, checkbox, switch)
|
2021-12-24 00:05:41 +07:00 |
|
Lucas Larroche
|
eedc9378aa
|
Docs: Remove parenthesis
|
2021-12-23 23:55:56 +07:00 |
|
Lucas Larroche
|
4cc1eff431
|
Build: forms.html
|
2021-12-23 23:53:29 +07:00 |
|
Lucas Larroche
|
897aadac7d
|
Merge pull request #81 from picocss/typo/containers
Typo: Containers doc
|
2021-12-23 23:48:01 +07:00 |
|
Lucas Larroche
|
dfb0004a6a
|
Typo: Containers doc
|
2021-12-23 23:47:08 +07:00 |
|
Lucas Larroche
|
d7e90b78c9
|
Merge pull request #77 from Kaleidea/patch-1
Typos: Readme
|
2021-12-23 23:43:37 +07:00 |
|
Lucas Larroche
|
8780dee791
|
Merge pull request #80 from picocss/fix/docs/nav
Fix: Docs navigation
|
2021-12-23 23:31:05 +07:00 |
|
Lucas Larroche
|
d753a5ec84
|
Fix: Docs navigation
|
2021-12-23 23:29:45 +07:00 |
|
Kaleidea
|
b71c736ac3
|
Fix typo 2
|
2021-12-22 12:51:47 +01:00 |
|
Kaleidea
|
6f12da396e
|
Fix typo
|
2021-12-22 12:46:42 +01:00 |
|
Timothy Wright
|
87dd49973b
|
Align kbd to baseline
|
2021-12-20 10:42:01 -05:00 |
|
Timothy Wright
|
5a832744b1
|
Align text to baseline in mark
|
2021-12-19 17:22:47 -05:00 |
|
Justin Bishop
|
4b087f78f6
|
remove odd extra indent in gridless.scss
|
2021-12-19 09:22:59 -08:00 |
|
Justin Bishop
|
6b0fa1d42a
|
support a gridless mode, which includes all classes except .grid and .container and then uses the classless method for supporting .container .
|
2021-12-19 09:15:24 -08:00 |
|
Justin Bishop
|
cc8b8eddeb
|
remove any reference to .secondary or .contrast from classless version
|
2021-12-19 09:02:01 -08:00 |
|
Ademílson F. Tonato
|
83772dd3b1
|
docs: update form examples for disabled fields (radio, checkbox, switch)
|
2021-12-19 11:01:33 +00:00 |
|
Lucas Larroche
|
c5d85aed3e
|
Merge pull request #66 from picocss/dev
Release v1.4.2
|
2021-12-19 14:02:24 +07:00 |
|
Lucas Larroche
|
f81a2e4af4
|
Update modal javascript example link
|
2021-12-19 11:15:58 +07:00 |
|
Lucas Larroche
|
e8f5f7ee2d
|
Update README.md
|
2021-12-19 11:13:41 +07:00 |
|
Lucas Larroche
|
0bd7707e29
|
Bump version v1.4.2
|
2021-12-19 11:12:06 +07:00 |
|
Lucas Larroche
|
6f09f02012
|
Fix: Classless version
|
2021-12-19 10:40:54 +07:00 |
|
Lucas Larroche
|
53fbeb3d19
|
Update README.md
|
2021-12-19 10:26:43 +07: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
|
6a6d67dbab
|
Merge branch 'master' into dev
|
2021-12-19 09:50:15 +07:00 |
|
Lucas Larroche
|
ba4bd765d8
|
Update .gitignore
|
2021-12-19 09:47:00 +07:00 |
|
Lucas Larroche
|
17e8f96915
|
Docs: update Bootstrap link
|
2021-12-19 09:46:54 +07:00 |
|
Lucas Larroche
|
06c624b7f4
|
Update dev dependencies
|
2021-12-18 13:36:27 +07:00 |
|
Lucas Larroche
|
6d5031c8fe
|
Delete modal copy.html
|
2021-12-18 11:59:09 +07:00 |
|
Lucas Larroche
|
0c33daabf6
|
Merge pull request #59 from fitztrev/patch-1
Fix typo in example code
|
2021-11-16 10:14:51 +07:00 |
|