Paul
7c62e2a327
feat(ui)!: scope all payload css to payload-default layer ( #8545 )
...
All payload css is now encapsulated inside CSS layers under `@layer
payload-default`
Any custom css will now have the highest possible specificity.
We have also provided a new layer `@layer payload` if you want to use
layers and ensure that your styles are applied after payload.
To override existing styles in a way that the existing rules of
specificity would be respected you can use the default layer like so
```css
@layer payload-default {
// my styles within the payload specificity
}
```
2024-10-04 13:02:56 -06:00
Jacob Fletcher
0371aea711
docs: moves collection and global admin options to admin docs ( #7168 )
2024-07-16 12:08:21 -04:00
Paul
aa84385642
chore(docs): update docs on importing scss variables ( #7060 )
2024-07-08 10:16:03 -04:00
Jacob Fletcher
9b850e0a01
docs: rewrites admin docs to 3.0 ( #6891 )
2024-06-21 16:21:43 -04:00
Jacob Fletcher
a20cf70105
docs: removes express
2024-05-13 10:29:59 -04:00
Jacob Fletcher
0886e4e972
docs: restructures admin components docs
2024-05-10 17:56:11 -04:00
Alessio Gravili
19f8cbcf76
docs: new and improve lexical docs, hoist up all headings ( #6639 )
2024-06-05 17:08:15 -04:00
Elliot DeNolf
b398c44bfe
chore: update all references to main in docs, examples, and templates
2023-10-08 19:45:54 -04:00
Alessio Gravili
ae7d6f97d2
chore: formatting and linting ( #3261 )
...
* chore: lint packages/payload
* chore: lint packages/db-postgres
* chore: lint packages/db-mongodb
* chore: update eslintrc exclusion rules
* chore: update eslintrc exclusion rules
* chore: lint misc files
* chore: run prettier through packages
* chore: run eslint on payload again
* chore: prettier misc files
* chore: prettier docs
2023-09-01 17:39:44 +02:00
James
3d6c3f7339
chore: cleanup
2022-10-10 18:38:15 -04:00
Elliot DeNolf
1ed867ce0c
docs: update examples with ts types
2022-08-23 11:43:24 -04:00
James
31ca363982
feat: revises e2e field testing
2022-07-14 16:35:35 -07:00
James
49d09a349f
feat: updates block field to use new collapsible
2022-07-14 14:00:14 -07:00
Dan Ribbens
7fe2fece6c
chore: remove node-sass ( #605 )
2022-06-08 11:36:33 -04:00
Outdated
1fc856faf5
Document Fix for admin/customizing-css ( #513 )
...
Addition of node package 'sass-loader' & 'node-sass' as dev dependencies for loading scss for customizing css variables for admin panel.
2022-04-11 17:03:48 -04:00
Dan Ribbens
dca90c4aa9
feat: serverURL is no longer required ( #437 )
2022-02-11 08:32:37 -05:00
Dan Ribbens
3afefbe592
chore: fix docs admin folder casing
2021-03-04 11:52:33 -05:00