mirror of
https://github.com/picocss/pico.git
synced 2025-04-29 12:29:13 -04:00

- 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!
35 lines
752 B
JSON
35 lines
752 B
JSON
{
|
|
"name": "yohn/picocss",
|
|
"description": "Minimal CSS Framework for semantic HTML.",
|
|
"keywords": [
|
|
"css",
|
|
"css-framework",
|
|
"dark-mode",
|
|
"dark-theme",
|
|
"lightweight",
|
|
"minimal",
|
|
"minimalist",
|
|
"minimalistic",
|
|
"native-html",
|
|
"scss-framework",
|
|
"semantic"
|
|
],
|
|
"homepage": "https://github.com/Yohn/PicoCSS",
|
|
"authors": [
|
|
{
|
|
"name": "Lucas Larroche",
|
|
"email": "lucas@larroche.com",
|
|
"homepage": "https://lucaslarroche.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "John Brittain III",
|
|
"homepage": "https://github.com/Yohn/PicoCSS",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Yohn/PicoCSS/issues/"
|
|
},
|
|
"license": "MIT"
|
|
}
|