Yohn
f25840f51a
- Updated form validation to not validate when form[novalidate]
...
- Updated tooltips to go multiline, max width of 250px.
-Updated card footer, to remove the margin from the last element if they are buttons or groups when in the footer
- Made container, grid, and row classes to have a parent class, so they will not effect rest of page. This will only work if you use that style css.
- Added tabs
- Added floating labels
- Added responsive nav hamburger menu
Let me know if you find any bugs or have ideas for improvements!
2024-12-10 12:30:06 -05:00
Yohn
354887554b
Changed spacing on form elements to be a tad smaller. It was just too big for my liking, and I feel this way is a lot easier.
...
Added cursor back on button - it was just an arrow.
Added parent-selector to the notifications, and corrected readbility of notifications.
updated the version within the css files
made rows only show up on css files where classes are enabled
made the tooltips have a dark background - even for dark themes.
2024-12-07 19:56:51 -05:00
JWB
5d2e82ddaf
Merge pull request #16 from rcoup/web-components-host
...
Support web components/shadow DOM.
2024-12-03 09:14:58 -05:00
Robert Coup
02c9fb69da
Support web components/shadow DOM.
...
Add :host to all uses of :root
2024-12-03 10:26:56 +00:00
Yohn
359e51ee06
Added a Timeline feature, removed the margin-bottom from article > header > h[1-6]
And added the border-color for dark theme on the article > header
2024-11-12 04:59:34 -05:00
Yohn
b1fcd44b73
Added <label> compatibility to groups
2024-11-11 22:10:47 -05:00
Yohn
fe78285302
Finally stopped all the sass compile warnings, changed the tab-size to 2, and added responsive .row, .col-*, and .offset-* classes, using display:gid, the same way bootsrap-5 is set up for the .row, .com-* and .offset* classes.
2024-11-10 16:43:55 -05:00
Igor Putina
dc7f6d0a07
Fix several typos throughout the project
2024-09-27 23:45:54 +03:00
Lucas Larroche
9fe625a78a
fix: revert #460
2024-03-03 17:31:48 +07:00
Lucas Larroche
b8b7aa18c4
fix: form element margin bottom in .grid
2024-02-18 11:52:51 +07:00
Lucas Larroche
68367e2bd0
fix: remove cursor default
2024-02-13 23:12:45 +07:00
Lucas Larroche
f958109248
feat: overflow-auto
2024-01-27 15:22:35 +07:00
Lucas Larroche
d3455eaca1
feat: remove horizontal scroller
2024-01-27 14:38:20 +07:00
Lucas Larroche
ef2100499b
feat: optional parent selector
2024-01-25 01:42:54 +07:00
Lucas Larroche
aaba94868f
fix: semantic container
2024-01-21 14:43:19 +07:00
Lucas Larroche
a4de96269c
fix: semantic container
2024-01-21 14:35:31 +07:00
Lucas Larroche
7b29b2470f
style: .grid
2024-01-07 17:18:44 +07:00
Lucas Larroche
3c96e6043b
refactor: update $css-var-prefix name
2023-12-28 13:21:52 +07:00
Lucas Larroche
09dc2a75b5
style: grid
2023-04-02 17:40:20 +07:00
Lucas Larroche
dccee093a6
refactor: clean comment
2022-12-29 17:52:08 +07:00
Lucas Larroche
6ade871f3f
style: update colors
2022-12-26 11:35:56 +07:00
Lucas Larroche
ce2ed6826d
refactor: modules and css vars
2022-10-23 10:47:50 +07:00
Lucas Larroche
b477bb6c96
refactor: breakpoints
2022-10-22 15:48:58 +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
4530cacc68
Merge branch 'dev' into pr/224
2022-10-02 14:55:39 +07:00
Lucas Larroche
3aa9ad8dcd
chore: update deps
2022-09-11 17:24:21 +07:00
Jaiden Douglas
a41422875f
feat: add $semantic-root-element variable
2022-08-21 12:03:00 +09:30
Lucas Larroche
4c914d1807
chore: Update sanitize.css resets
2022-03-06 10:53:20 +07: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
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
b831907b58
Cross browser: tab-size
2021-10-23 17:44:41 +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
4fbeb3351d
Remove duplicate property
2021-07-17 09:41:26 +07:00
Lucas Larroche
d12af72cab
CSS Vars refactoring
2021-07-02 16:54:41 +07:00
Lucas
9b1ef33577
Move styles in SCSS vars to CSS vars
2020-09-29 08:38:35 +07:00
Lucas
a2404b19b5
Add Sanitize.css
...
https://csstools.github.io/sanitize.css/
2020-09-11 23:22:50 +07:00
Lucas
bcf6d7c779
Polish
...
- Polish forms documentation
- Polish scss code
2019-12-10 14:56:52 +07:00
Lucas
772425bf2f
Simpler cards, code and scroller
2019-12-03 09:51:37 +07:00
Lucas
434cbe02ac
Scss files organization
...
+ Slim version example
2019-12-02 11:52:26 +07:00
Lucas
c3f9d8d8c8
Fixes
...
- Grid
- Transitions .switcher
- theme-switcher.js
- Hide examples
2019-11-30 17:55:06 +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
16c7596319
Initial commit 🚀
2019-11-27 15:31:49 +07:00