mirror of
https://github.com/picocss/pico.git
synced 2025-05-04 06:39:13 -04:00
- 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!
This commit is contained in:
parent
a937be4b4a
commit
f25840f51a
260 changed files with 71329 additions and 11561 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@yohns/picocss",
|
||||
"version": "2.1.3",
|
||||
"version": "2.2.0",
|
||||
"description": "Minimal CSS Framework for semantic HTML, updated with enhanced capabilities.",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"✨": "run-s build",
|
||||
"build": "run-s start lint \"build:*\" done --silent",
|
||||
"build": "run-s start lint \"build:*\" done",
|
||||
"build-dev": "run-s start lint \"build-dev:*\" done",
|
||||
"dev": "nodemon -q --watch scss/ --ext scss --exec \"run-s build-dev\"",
|
||||
"lint": "run-s \"lint:*\"",
|
||||
|
@ -54,6 +54,7 @@
|
|||
"build:autoprefix": "postcss --config css --replace css/*.css !css/*.min.css",
|
||||
"build-dev:minify": "cleancss -O1 --with-rebase --batch --batch-suffix .min css/*.css !css/*.min.css",
|
||||
"build:minify": "cleancss -O1 --with-rebase --batch --batch-suffix .min css/*.css !css/*.min.css",
|
||||
"build-dev:postbuild": "node scripts/copy-docs-css-files",
|
||||
"build:postbuild": "node scripts/copy-docs-css-files",
|
||||
"prelint": "echo '[@Yohns/PicoCSS] ✨ Lint'",
|
||||
"prebuild:css": "echo '[@Yohns/PicoCSS] ✨ Compile'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue