Commit graph

907 commits

Author SHA1 Message Date
Lucas Larroche
4889d54817 chore: build 2022-12-26 12:47:16 +07:00
Lucas Larroche
f33b27fabb
Merge pull request #272 from immers-space/theme-override
Allow use of custom data-theme values that also override auto light/dark switching
2022-12-26 12:46:29 +07:00
Lucas Larroche
1c218c5744
Merge pull request #267 from rbf-contributions/rbf-patch-modal-on-mobile
Fix: Prevent scrolling and interactions below a modal on mobile
2022-12-26 12:08:27 +07:00
Lucas Larroche
b082797555
Merge pull request #288 from picocss/ll/update-colors
Style: colors
2022-12-26 11:40:33 +07:00
Lucas Larroche
6ade871f3f style: update colors 2022-12-26 11:35:56 +07:00
Florine W. Dekker
b32c9789a9
Remove unnecessary JS for indeterminate progress 2022-12-14 22:37:53 +01:00
Matia
f6aab47de2
docs: Fix bad path in customization
The example on the [customization page](https://picocss.com/docs/customization.html) for importing components is wrong and should use the proper path in `node_modules`.
```diff
// Import needed components
- @import "@picocss/pico/scss/pico/layout/document";
+ @import "@picocss/pico/scss/layout/document";
- @import "@picocss/pico/scss/pico/layout/sectioning";
+ @import "@picocss/pico/scss/layout/sectioning";
````
2022-12-07 12:34:16 +01:00
rbf
6999d4246a
fix(modal): prevent scrolling and interactions below a modal on mobile 2022-11-07 15:28:12 +01:00
Will Murphy
5247a21b4b custom themes also override auto switching 2022-11-03 10:06:12 -05:00
Lucas Larroche
52e1072a08
Merge pull request #268 from picocss/ll/refactor-modules-and-css-vars
Refactor: modules and CSS vars
2022-10-23 11:03:35 +07:00
Lucas Larroche
ce2ed6826d refactor: modules and css vars 2022-10-23 10:47:50 +07:00
Lucas Larroche
2e4d6c66ec
Merge pull request #266 from picocss/ll/refactor-breakpoints
Refactor: Breakpoints
2022-10-22 15:50:04 +07:00
Lucas Larroche
b477bb6c96 refactor: breakpoints 2022-10-22 15:48:58 +07:00
Lucas Larroche
ab37deb10c
Merge pull request #265 from picocss/ll/chore-clean
Chore: clean
2022-10-22 13:40:47 +07:00
Lucas Larroche
3a7c775b9a Update pico.classless.scss 2022-10-22 13:39:36 +07:00
Lucas Larroche
a092934ae7
Merge pull request #264 from picocss/ll/prefix-css-vars
Refactor: Prefix CSS vars
2022-10-22 13:21:05 +07:00
Lucas Larroche
c5a1ffc733 refactor: prefix css vars 2022-10-22 13:11:51 +07:00
Lucas Larroche
cba8f385c2
Merge pull request #263 from picocss/ll/replace-imports-with-use
Replace `@import` with `@use`
2022-10-22 11:50:28 +07:00
Lucas Larroche
92f4e78df9 chore: update scripts 2022-10-22 11:44:56 +07:00
Lucas Larroche
28e2e87fa1 chore: improve .gitignore 2022-10-22 11:44:45 +07:00
Lucas Larroche
51a68ce0fc chore: replace @import with @use 2022-10-22 11:44:10 +07:00
Lucas Larroche
a6f0d0ca74
chore: lint with prettier (#262)
chore: lint with prettier on build
2022-10-15 23:26:09 +07:00
Lucas Larroche
670826069b chore: lint with prettier on build 2022-10-15 23:22:12 +07:00
Lucas Larroche
bf62c8ce09
chore: Remove source maps for minified files (#260)
chore: Remove source maps for minified files
2022-10-15 20:18:16 +07:00
Lucas Larroche
861a950b3e fix: autoprefix script 2022-10-15 20:17:01 +07:00
Lucas Larroche
355c673a26 chore: Remove source maps for minified files 2022-10-15 20:13:16 +07:00
Lucas Larroche
b075cc5c9e
Merge pull request #258 from picocss/ll/v2/remove-examples
chore: remove examples
2022-10-15 20:07:22 +07:00
Lucas Larroche
c9fd073a1f chore: remove examples 2022-10-15 19:55:30 +07:00
Lucas Larroche
317e83a56f
chore: remove docs and move to yarn (#257)
chore: remove docs and move to yarn
2022-10-15 18:00:17 +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
3052db4bd3
Merge pull request #244 from picocss/dev
v1.5.6
2022-10-03 20:26:40 +07:00
Lucas Larroche
6188437d1f fix: classless documentation page 2022-10-03 09:05:14 +07:00
Lucas Larroche
ed1933c187 docs: update Gatsby link 2022-10-02 20:01:31 +07:00
Lucas Larroche
35fa9fcbcc chore: Bump to version v1.5.6 2022-10-02 19:22:03 +07:00
Lucas Larroche
022589287e
Merge pull request #245 from picocss/ll/docs-classless-and-customization
Docs: Edit classless and customization
2022-10-02 16:51:06 +07:00
Lucas Larroche
fbd77f27bf docs: changes paths to @picocss/pico in customization 2022-10-02 16:46:14 +07:00
Lucas Larroche
20869b20a2 docs: add documentation for $semantic-root-element 2022-10-02 16:45:28 +07:00
Lucas Larroche
318bdd4793 chore: build 2022-10-02 15:06:17 +07:00
Lucas Larroche
f21d2758e2
Merge pull request #224 from ja1den/dev
feat: add $semantic-root-element variable
2022-10-02 15:05:27 +07:00
Lucas Larroche
bd2ff599a6
Merge branch 'dev' into dev 2022-10-02 15:02:24 +07:00
Lucas Larroche
c43024ad6a chore: build 2022-10-02 14:57:30 +07:00
Lucas Larroche
4530cacc68 Merge branch 'dev' into pr/224 2022-10-02 14:55:39 +07:00
Lucas Larroche
cbc351d892
Merge pull request #243 from picocss/ll/patch-date-input-icon
Fix: Make calendar icon for input[type="date"][aria-invalid] clickable on Chrom*
2022-10-02 14:47:09 +07:00
Lucas Larroche
2c923e5e2c chore: build 2022-10-02 14:42:48 +07:00
Lucas Larroche
4a6dd73f5e fix: add exclusions to aria-invalid 2022-10-02 14:42:20 +07:00
Lucas Larroche
d86b497c91 Merge branch 'dev' into ll/patch-date-input-icon 2022-10-02 14:39:52 +07:00
Lucas Larroche
3e664e0d62
Merge pull request #239 from picocss/dev
v1.5.5
2022-09-13 08:55:28 +07:00
Lucas Larroche
97b2a4641f chore: Bump to version v1.5.5 2022-09-13 08:50:45 +07:00
Lucas Larroche
bcff3aa573 docs: Update readme 2022-09-13 08:48:30 +07:00