-
Hi
i m facing an issue in when building tailwind css file with the franken plugin, using this postcss.config.cjs:
>
> module.exports = {
> plugins: [
> require('tailwindcss'),
> require…
-
I ran my code according to the document and could not sort the media queries appropriately. I was wondering if there is a method for doing so, or is this something I will have to take care of on my ow…
-
Hi!
currently the app can upload only media file(photos/videos), would it be possible to make it so you can upload every type of file?
instead of a spinner that finds only directories with media f…
-
With media-queries we gained the possibility to "easily" design resolution-aware pages. Essentially serving the same markup and stylesheet to desktops (with FullHD screens) and mobile devices (with ve…
-
This came up when I went to implement the resolution from #10064 and spec my `if()` proposal.
Currently, we have several specs using one or more types of conditionals, and in every case, this is de…
-
Currently we can export and import an annotations set with the readium Annotation [spec](https://github.com/readium/annotations) but the annotation matching selector is locked with the r2-navigator-js…
-
可以高效处理看第一季时搜到第二季的问题
技术上可以实现到 MediaSelector 里
-
```
@media screen
.test
.widget
padding 10px;
@media (min-width: 600px)
.inner
padding 20px
```
yeild to
```
@media screen {
.test .widget {
padding: 10px;
}…
-
I would love to use this component for manage my Rotel A14.
I have the amp plugged into the Rpi running Home Assistant (in Docker - Supervised version), via an RS232 - USB cable.
After copying the …
-
Hello,
I have a `mkdocs` project using the [`material`](https://squidfunk.github.io/mkdocs-material/) theme.
I wanted to use the `mkdocs-pdf-export-plugin` but after installing and adding the plug…