picocss/.gitignore
Yohn ddf41a191a Closes Legend element not styled in role="group" Yohn/PicoCSS#23
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
2024-12-31 00:16:26 -05:00

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