-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make breakpoint preview work #8
base: main
Are you sure you want to change the base?
Conversation
|
||
## Postcss plugin | ||
|
||
As you can see, there is a postcss config adding one plugin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As you can see, there is a postcss config adding one plugin. | |
As you can see, there is a postcss config adding one plugin. |
The ApostropheCMS breakpoint preview feature allows you to preview how your site appears on different devices by generating temporary CSS for media queries. This functionality relies on a PostCSS plugin. While you can customize the postcss.config.js
file for your project, ensure this plugin remains included to maintain proper functionality of the feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some updates to the readme.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor documentation language update, and yes please take Bob's stuff too
## Postcss plugin | ||
|
||
As you can see, there is a postcss config adding one plugin. | ||
This is a needed plugin to make the apostrophe breakpoint preview working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"This plugin is needed to make the apostrophe breakpoint preview feature work with Astro."
Add support for breakpoint preview.