mirror of
https://github.com/picocss/pico.git
synced 2025-05-12 02:11:30 -04:00

Added compatability with `.dropdown` to the `role=group` Put a dropdown submenu in the group examples Improved borders on `[role=group] > label, [role=group] > legend` to ensure the same size as other group elements
39 lines
No EOL
409 B
Text
39 lines
No EOL
409 B
Text
# OS or Editor folders
|
|
._*
|
|
.cache
|
|
.DS_Store
|
|
.idea
|
|
.project
|
|
.settings
|
|
.tmproj
|
|
*.esproj
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
nbproject
|
|
Thumbs.db
|
|
/.vscode/
|
|
|
|
# Numerous always-ignore extensions
|
|
*.diff
|
|
*.err
|
|
*.log
|
|
*.orig
|
|
*.rej
|
|
*.swo
|
|
*.swp
|
|
*.vi
|
|
*.zip
|
|
*~
|
|
|
|
# Folders to ignore
|
|
/node_modules/
|
|
|
|
# Pico
|
|
.pico
|
|
package-lock.json
|
|
/docs/orig
|
|
/scss/components/_offcanvas.scss
|
|
docs/js/DialogManager.js
|
|
docs/modal.html
|
|
|
|
/.yohn |