Lucas Larroche
e89ea1b32e
style: remove accordion border bottom for dropdowns and buttons
2022-12-29 17:11:17 +07:00
Lucas Larroche
cb483ed557
refactor: @picocss/colors
as dependency
2022-12-27 10:53:45 +07:00
Lucas Larroche
38e42399d5
chore: load path for @picocss/colors
2022-12-27 10:48:52 +07:00
Chris Buckley
b96dfab168
Support .grid + small in forms
2022-12-26 17:18:27 +00:00
Lucas Larroche
0e8a302cd6
chore: update caniuse-lite
2022-12-26 16:38:41 +07:00
Lucas Larroche
3809ba3afa
Merge pull request #284 from FWDekker/progress-docs
...
Remove incorrect JS for indeterminate progress
2022-12-26 14:26:48 +07:00
Lucas Larroche
20556ec61e
chore: build
2022-12-26 14:04:49 +07:00
Lucas Larroche
bce1beeb3d
Merge pull request #279 from mattcroat/patch-1
...
docs: Fix bad path in customization
2022-12-26 14:03:51 +07:00
Lucas Larroche
d54b993af5
refactor: clean comment
2022-12-26 13:38:05 +07:00
Lucas Larroche
b65f8c7639
chore: update dependencies
2022-12-26 13:37:20 +07:00
Lucas Larroche
8887e68cce
chore: update dependencies
2022-12-26 13:36:41 +07:00
Lucas Larroche
6b38a849b2
chore: build docs
2022-12-26 13:30:36 +07:00
Lucas Larroche
c67d034d3a
chore: build
2022-12-26 13:26:59 +07:00
Lucas Larroche
cfaf07785f
chore: update dependencies
2022-12-26 13:26:30 +07:00
Lucas Larroche
ef9758fdbe
chore: update dependencies
2022-12-26 13:12:10 +07:00
Lucas Larroche
74131c9b34
Merge pull request #290 from picocss/ll/fix-modal-prevent-scrolling-on-mobile
...
Fix: Prevent scrolling and interactions below a modal on mobile, by @rbf
2022-12-26 13:04:55 +07:00
Lucas Larroche
99f181e8ad
chore: build
2022-12-26 13:03:20 +07:00
rbf
a696328621
fix(modal): prevent scrolling and interactions below a modal on mobile
2022-12-26 13:02:43 +07:00
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